@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif

@if(Auth::user()->hasPermission('video-destroy')) حذف @endif
فيديو
@if(Auth::user()->hasPermission('video-create')) أضف الفيديو @endif
@if(Auth::user()->hasPermission('video-destroy')) @else @endif
Id عنوان رابط الفيديو
{!! Form::open(['method' => 'POST','class' => 'inline','id'=> 'bulkaction']) !!} {!! Form::close() !!} @endsection @section('page_script') @endsection