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

Edit Promotion Info

Edit Promotion Info

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
is_active ? 'checked' : '' }}>
@endsection