@extends('admin.layouts.container') @section('css') @endsection @section('content')

{{$head ?? '' }}

@if($coupon ?? '' && $coupon->id) @method('PUT') @endif @csrf
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
@if($coupon ?? '' && $coupon->id)
@endif
@endsection @section('inner_js') @endsection