@extends('admin.layout.master') @push('css') @endpush @section('content')

{{trans('admin.' .$title.'_create')}}

{{trans('admin.' .$title.'_edit')}}

{{csrf_field()}} {{method_field('post')}} {{-- @include('admin.layouts.message') --}}


{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@foreach(config('translatable.locales') as $local)
@endforeach
{{--
--}} {{--@dd(setting('first_section'))--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--@dd(setting('first_section'))--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@endsection @push('js') @endpush