@extends('admin.layouts.app') @section('title', 'About Section') @section('subtitle', 'Edit your about page content') @section('content')
{{-- Delete Image Form (MUST be outside main form) --}} @if($about->image) @endif
@csrf @method('PUT')
@if($about->image)
About
@endif

Mission & Vision

Statistics

@endsection