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

ဆောင်းပါးထည့်သွင်းရန်ပုံစံ

@include('admins.partials.breadcrumbs')
စာရင်းထည့်သွင်းရန်ပုံစံ
@csrf
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@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