@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') link rel="stylesheet" type="text/css" href="{{asset('assets/vendors/datatables/css/buttons.bootstrap.css')}}"> @stop {{-- Page content --}} @section('content')

Status

@if (Session::has('message'))

{{ Session::get('message') }}

@endif

Status List

@foreach ($cstatus as $row) @endforeach @if (count($cstatus) === 0) @endif
Name Type Edit Delete
{{ $row->name }} {{ ($row->type==1)?"Despatch ":"Waybill" }}

No matching records found
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop