@extends('layouts.admin') @push('css') @endpush @php $locales=config('translatable.locales'); @endphp @section('content')
@include('partials.alert') @if(isset($post))
{{csrf_field()}}
name)}}">
@if($post->image!='')
@endif
status==1)?'checked':''}}> Published
@endif
@endsection @push('scripts') @endpush