@extends('admin.layouts.app') @section('title', 'AAA Automobiles - About Us') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
About Us
@endsection @section('scripts') @endsection