@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Consignment Receipt

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

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

@endif

Edit Consignment Receipt

@php $pktype = unserialize($row->packing_type) @endphp


@if(count($attachments)>0) @foreach($attachments as $arow)
@endforeach @endif



@stop {{-- page level scripts --}} @section('footer_scripts') @stop