@extends('admin/layout') @section('title') {{ labels('admin_labels.update_blog', 'Update Blog') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; use App\Models\BlogCategory; use App\Services\TranslationService; use App\Services\MediaService; @endphp
{{ labels('admin_labels.update_blog', 'Update Blog') }}
@method('PUT') @csrf

Upload

Recommended Size : larger than 400 x 260 & smaller than 600 x 300 pixels.

Not Found
@endsection