@extends('layouts.admin') @section('content')

Table Promotion

Add New

Promotion

@foreach ($promotions as $promotion) @endforeach
Description order Embed URl Status Created At Action
{!! Str::limit($promotion->description, $limit = 150, $end = '...') !!} {{$promotion->order }} {{ Str::limit($promotion->embed_url, 50, '...') ?: 'Null' }} {{$promotion->enabled?"Enabled":"Disabled" }} {{ $promotion->created_at->format('d/m/Y') }}
{{ csrf_field() }}
{{ $promotions->links() }}
@endsection