@extends('layouts.default_module') @section('module_name') Contact Us @stop @section('table-properties') width="400px" style="table-layout:fixed;" @endsection @section('table') Name Email Message Action @foreach($contact_us as $key=>$p) {!! $p->name !!} {!! $p->email !!} {!! $p->message!!} Show @endforeach @section('pagination') {!! $contact_us->render() !!}
{!! Form::open(['method' => 'get', 'route' => ['dashboard']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!}
@endsection @stop @include('admin.modules.contact.partial.detail_modal') @section('app_jquery') @endsection