@extends('layouts.admin') @section('title', 'About Section') @section('content')

Edit About Section

@if (!empty($about->image)) @endif
@csrf @method('PUT')
@endsection