Posts
Edit
{{ $post->name }}
@include('backend-post::post.inc.form',['action' => route('backend.post.update',['post' => $post->id]), 'method' => 'PUT'])
@include('backend-post::post.inc.form-images',['action' => route('backend.post.store'), 'method' => 'POST'])
@endsection