@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Add New Promotion Info

Add New Promotion Info

@csrf
@error('content')
{{ $message }}
@enderror
Note: Creating a new info will automatically activate it and deactivate any other existing info.
Back To List
@endsection