@extends('layouts.admin') @section('title', 'ဆောင်းပါးပြုပြင်ရန်ပုံစံ') @section('content')

ဆောင်းပါးပြုပြင်ရန်ပုံစံ

@include('admins.partials.breadcrumbs')
စာရင်းပြုပြင်ရန်ပုံစံ
@method('PUT') @csrf
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
Photo
@if ($errors->has('thumbnail')) {{ $errors->first('thumbnail') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('tags')) {{ $errors->first('tags') }} @endif
@push('scripts') @endpush @endsection