@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.users') }} @endsection @section('heading') {{ __('common.category') }} @endsection @section('heading-icon')admin_panel_settings@endsection @section('content')

reply_all  {{ __('common.go_back') }}

{{ __('common.Shipment_info') }}

@if(isset($errorData))

{{$errorData}}

@else @endif
@endsection @push('head.start') @endpush @push('body.end') @endpush