@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Parcel Inquiries @stop @section('content')

Parcel Inquiries

Id @if(LaraCore::canOrNot('delete_carriers')) @endif Date Name Email Phone Note  
@include('parcelinquiry.closed_confirm_modal')
{{-- @include('common.modal.delete_confirm_modal',['entity' => 'parcel-inquiries']) --}}
@stop @section('custom-scripts') @stop