@extends('layouts.master') @section('title') @lang('translation.Banner') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Banner @endslot @slot('title') Edit Banner @endslot @endcomponent
@method('put') @csrf
Banner Details

Required
Banner Program Details

@if($banner->image)
@endif Choose an image from the computer
Add/Type the URL which will open when the image is clicked on mobile APP
Applicable Location

location == 'All Locations' ? 'checked' : '' }}/>
location == 'Selected Location' ? 'checked' : '' }} />
Required
Required
Required
Required
@endsection @section('script') @endsection