@extends('backend.layouts.app') @section('content')
Promotions
{{-- Modal Button --}} {{-- End Modal Button --}} {{-- Modal --}}
@csrf
{{-- End Modal --}}
@if (count($promotions) != 0) @foreach ($promotions as $promotion) @if ($promotion->id != null) @else @endif @endforeach @else @endif
ID Name Image Action
{{$promotion->id}} {{$promotion->name}}
@csrf @method("DELETE")
No data result
No data result
@endsection @section('js') @endsection {{-- @section('js') @endsection --}}