@extends('admin.layout.master') @push('css') @endpush @section('content') {{trans('admin.' .$title.'_create')}} @lang('admin.home') {{trans('admin.'.$title)}} {{trans('admin.' .$title.'_create')}} {{csrf_field()}} {{method_field('post')}} @include('admin.layout.message') @foreach(config('translatable.locales') as $local) @lang('admin.'.$local.'.name') @lang('admin.'.$local.'.descrption') @endforeach @lang('admin.image') @lang('admin.status') @lang('admin.status') @lang('admin.active') @lang('admin.unActive') @endsection @push('js') @endpush