@extends('layouts.default_module')
@section('module_name')
Videos
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['videos.create'], 'files' => true]) !!}
{!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop
@section('table')
| Name En |
Name Ur |
Video |
Thumbnail |
Description |
Edit |
Action |
@foreach ($videos as $v)
Notice: Undefined variable: v in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/videos/index.blade.php on line 31
Notice: Trying to get property 'image' of non-object in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/videos/index.blade.php on line 31
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/videos/index.blade.php:32
Stack trace:
#0 {main}
thrown in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/videos/index.blade.php on line 32