@extends('layouts.admin') @php $locales=config('translatable.locales'); @endphp @section('content')
@include('partials.alert') @if(isset($page))
{{csrf_field()}}
@endif
@endsection @push('scripts') @endpush