@extends('admin.master') @section('title', isset($title) ? $title : '') @section('style') @endsection @section('sidebar') @include('admin.gift_card.sidebar.sidebar', ['menu' => 'banner']) @endsection @section('content')
  • {{ __('Create Banner') }}
@csrf
banner)) data-default-file="{{ asset(GIFT_CARD_BANNER . $banner->banner) }}" @endif>
@if (isset($banner)) @endif
@endsection @section('script') @endsection