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

Edit Banner Details Form

Why choose Details Form

Fill up your true details and submit the form.

@csrf @method('PUT')
Main Heading *
Please enter a main heading.
whychoose Details
@foreach ($whychoose->details as $index => $detail) @endforeach
Icon Image Title Action
@if(!empty($detail['icon'])) @else @endif
Cancel
@include('components.backend.footer') @include('components.backend.main-js')