@extends('super_admins.layouts.master') @section('title') {{ $heading }} @endsection @section('css') @include('super_admins.includes.datatable_css') @endsection @section('content')

{{ $heading }}

@csrf @method('PUT') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @php $i = 1; @endphp
@foreach ($active_languages as $key => $language) @endforeach
@php $i++; @endphp
Sr#NameValue
@endsection @section('scripts') @include('super_admins.includes.datatable_scripts') @endsection