@extends('layouts.default_module') @section('module_name') VENDOR @stop @section('add_btn') {!! Form::open(['method' => 'get', 'route' => ['vendor.create'], 'files'=>true]) !!} {!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!} {!! Form::close() !!} @stop @section('table-properties') width="400px" style="table-layout:fixed;" @endsection @section('app_jquery') @section('app_jquery') @section('table')
Name Email Phone no Address Additional Info Edit Delete
@section('pagination')
{!! Form::open(['method' => 'get', 'route' => ['dashboard']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!}
@endsection @stop @endsection