@extends('back.layouts.main')
@section('title' , 'Wheel of luck')
@section('content')
# |
Title |
Actions |
@if($data->isNotEmpty())
@foreach($data as $row)
{{$row->id}} |
{{$row->title}} |
|
@endforeach
@else
No Data Available |
@endif
@stop
@push('footer')
@endpush
@section('breadcrumbs')
Wheel of lucks
@stop