@push('css') @endpush
{{ __('Dashboard') }} {{ __('Posts') }} {{ $title }}
@csrf @method('PUT') Post Image
@foreach ($categories as $category) {{ $category->name }} @endforeach {{ old('excerpt', $post->excerpt) }}

{{ __('Content') }}

{!! old('content', $post->content) !!}

{{ __('Tags') }}

    @foreach ($tags as $tag)
  • @endforeach
@if(auth()->user()->role == 'admin')

{{ __('Status') }}

@else @endif
{{ __('Cancel') }}
@push('js') @endpush