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

About Zilla Police

@csrf
@if ($errors->has('about')) {{ $errors->first('about') }} @endif
@endsection @section('scripts') @endsection