@extends('admin.layouts.master') @section('title') {{ translate('Blog - Edit') }} @endsection @section('content')
{{ translate('Edit') }}
{{ translate('Blog Information') }}
@csrf
@error('title') {{ $message }} @enderror
@error('category_id') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@if($blog->banner)
Banner
@endif
@error('meta_title') {{ $message }} @enderror
@if($blog->meta_img)
Meta Img
@endif
@endsection @section('scripts') @endsection