@extends('main') @section('h_title', 'Promotion') @section('promotion', 'active') @section('body')

Add Notice

@csrf @method('PUT') @error('notice') {{ $message }} @enderror

Dashboard Notice

@csrf @method('PUT') @error('notice') {{ $message }} @enderror

Add Promotion Banner

@csrf
@error('banner') {{ $message }} @enderror
@foreach($banners as $banner) @endforeach
Id Image Action
{{ $loop->iteration }} banner

Show Promotion Slide

@endsection @push('js_cdn') @endpush @push('js') @endpush