@extends('layouts.admin') @section('container')
@csrf @method('PUT')
Promotion
@error('error') @enderror
@error('title')
{{ $message }}
@enderror
@foreach ($products as $p)
{{--
--}}
@endsection @section('scripts') @endsection