@extends('layouts.app') @section('css') @endsection @section('content')
{{ isset($about) ? 'Update about info' : 'Add about info' }}
@csrf @if(isset($about)) @method('PATCH') @endif
@endsection @section('scripts') @endsection