@extends('layouts.adminlayouts.app') @section('title') Create Coupon - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @push('css') @endpush @section('contents')
Coupon Create
@include('alerts.alerts')
@csrf
@endsection @push('js') @endpush