@extends('layouts.app', ['title' => __('Banner')]) @section('content')
@if(isset($coupon))

{{ __('Edit banner') }}

@else

{{ __('New banner') }}

@endif
{{ __('Banner information') }}
@if (session('status')) @endif
@if(isset($banner))
@csrf @method('put') @else @csrf @endif @include('banners.form', ['restaurants' => $restaurants])
@if(isset($banner)) @else @endif
@include('layouts.footers.auth') @endsection @section('js') @endsection