@extends('admin/layouts/default') @section('title') Consignees @parent @stop {{-- Page content --}} @section('content')

Consignees

@include('flash::message')

Consignees List


@include('admin.consignees.table')
@stop