@extends('layouts.app') @section('title', ($statement_by == 'patient' ? 'Patient' : 'Item').' wise Referral Statement') @section('pages')
@include('layouts.partials.nav-menu')
@if(!empty($id))
Collection Agent {!! $agent->name !!}
@else
@endif
@endsection @section('js') @endsection