@extends('back.layouts.main')
@section('title' , 'Intro')
@section('content')
# |
Images |
Video |
Actions |
@if($data->isNotEmpty())
@foreach($data as $row)
{{$row->id}} |
{{$row->images}} |
{{$row->video}} |
|
@endforeach
@else
No Data Available |
@endif
@stop
@push('footer')
@endpush
@section('breadcrumbs')
Intros
@stop