@extends('layouts.default_module') @section('module_name') FAQ's @stop @section('add_btn') {!! Form::open(['method' => 'get', 'url' => ['admin/proof/create/'.$faqs_id], 'files'=>true]) !!} {!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!} {!! Form::close() !!} @stop @section('module_search_left') {{-- {!!Form::open(array('method'=>'post','route' =>array('user.profile.view'),'class'=>'form-horizontal')) !!} @include('admin.modules.users.partial.searchfilters') {!!Form::close()!!} --}} @stop @section('table') Title Edit @foreach($proof as $p) {!! $p['title'] !!} {!!link_to_action('Admin\ProofController@edit', 'Edit', array($p['id']), array('class' => 'badge bg-info'))!!} @endforeach @section('pagination') {!! $proof->render() !!}
{{-- {!! Form::open(['method' => 'get', 'route' => ['dashboard.profile.view']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!} --}}
@endsection @stop @section('app_jquery') {{-- --}} @endsection