@extends('admin::layouts.master') @section('title','E-SHOP || Post Create') @section('content')
@lang('partials.create')
@include('post::partials.form', ['post' => $post ?? null, 'categories' => $categories ?? [], 'tags' => $tags ?? []])
@endsection @push('styles') @endpush @push('scripts') @endpush