@extends('admin.template') @section('styles') @endsection @section('content')
Videos Details
  • {!! Form::model($videos,['route' => ['admin.videos.update',$videos->id],'class'=>'login_form','id'=>'login_form', 'files' => 'true']) !!} {{csrf_field()}}
    {{Form::text('tittle',null,['class' => 'form-control', 'placeholder' => 'Please enter product title','required'=>''])}}

    @if($videos->thumbnail != '') @endif

    @if($videos->video != '') @endif
    {{Form::close()}}
@endsection @section('scripts') @endsection