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

About Page

@if(session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }}
show_image ?? false) ? 'checked' : '' }}>

@if(!empty($data->image))

@endif

Leave blank to keep the current image. Uncheck "Show Image" to remove it.

@section('js') @endsection @endsection