@extends('layouts.app') @section('content')

Edit About Section

@csrf @method('PUT')

@if($about->image) Image @else No image uploaded @endif
Cancel
@endsection