@extends('layouts.master')
@section('contain')
Give A Way
- Home
{{-- - User Table
--}}
{{--
Data table example
--}}
| S.No |
Title |
Url |
Description |
Media |
Action |
@php
$num = 1;
@endphp
@forelse($announcment as $a)
| {{ $num++ }} |
{{ @$a->title }} |
@if(@$a->url)
Go
@else
-
@endif
|
{!! @$a->description !!} |
|
|
@empty
Giveaway is not available!
@endforelse
| S.No |
Media |
{{-- Created | --}}
| 0 |
image |
null |
| 1 |
video |
null |
{{-- --}}
@endsection