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

Consignees

@include('flash::message')

Consignees List


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