@extends('layouts.dashboard') @section('style') @endsection @section('content')
{{ $page_title }}
{{ Form::model($page,['route'=>['faq-update',$page->id],'class'=>'form-horizontal','files'=>true,'method'=>'PUT']) }}

{{ $page_title }}



{{ Form::close() }}
@endsection