@extends('admin.layouts.masterlayout') @section('title') Add Promotion @endsection @section('Css') @endsection @section('head_title') Promotion @endsection @section('content')

Add Promotion

Promotion List / Add Promotion

@csrf

Promotion Detail

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Cancel
@endsection @section('script') @endsection