@extends('admin.layouts.admin') @section('title', 'Edit Post - SIVILIMA Admin') @section('breadcrumb_title', 'Edit Post') @section('breadcrumb') @endsection @section('content')
@csrf @method('PUT')
Tip: Highlight text and use the toolbar for headings, bold, lists, links, and images.
@if($post->image)
Current image
@endif Leave empty to keep current
Cancel
@endsection @push('scripts') @endpush