@extends("admin.template.layout") @section('content')
{{$page_heading}}
@csrf()
@php $langs=config('languages'); @endphp @foreach($langs as $langKey=>$lang) @if($langKey != 'en')
@endif @endforeach
@stop @section('script') @stop