Create New Blog Entry Back @csrf {{ __('Slug') }} {{ __('Title') }} {{ __('Meta Title') }} {{ __('Meta Description') }} {{ __('Canonical URL') }} {{ __('Category') }} Choose a category @foreach(App\Models\BlogCategory::all() as $category) {{ $category->name }} @endforeach {{ __('Published?') }} Thumbnail Image @error('thumbnail') {{ $message }} @enderror {{ __('Content') }} {{ __('Create New Blog Entry') }}