@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') --}}

Allowed less than: 1 MB.

Allowed file types: png, jpg, jpeg.



{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@foreach(config('translatable.locales') as $local)
@endforeach
{{--
--}} {{--@dd(setting('first_section'))--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--@dd(setting('first_section'))--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@foreach (App\Models\Country::get() as $item)
{{$item->code}}
@if ($item->code != 'KWD')
{{$item->code}}
@endif @endforeach
@endsection @push('js') @endpush