@include('components.backend.head') @include('components.backend.header') @include('components.backend.sidebar')

Edit About Us Details Form

About Us Details Form

Fill up your true details and submit the form.

@csrf @method('PUT')
Please upload an image.
Note: The file size should be less than 2MB.
Note: Only .jpg, .jpeg, .png, .webp formats are allowed.
@if ($banner_details->banner_image) @else

No image uploaded.

@endif
Please enter a description.
Cancel
@include('components.backend.footer') @include('components.backend.main-js')