@extends(AdminBaseDashboard::AdminBaseLayout()) @section('title', trans('docket::docket.Update service request docket')) @section('content')
{{__('docket::docket.fillup the information below to generate a service confirmation request')}}
@include('invoice::Modals.add_customer')
@forelse($docket->docket_item as $item) @empty @endforelse
{{__('docket::docket.barcode')}} {{__('docket::docket.description')}} {{__('docket::docket.serial no')}} {{__('docket::docket.qty')}} {{__('docket::docket.price')}} {{__('docket::docket.total')}} {{__('docket::docket.action')}}
@if(View::exists('stocks::Products.short_code.products_modal')) @include('stocks::Products.short_code.products_modal') @endif
{{ CURRENCY_SYMBOL() }}
{{ __('%') }}
{{ CURRENCY_SYMBOL() }}
{{ CURRENCY_SYMBOL() }}
{{ CURRENCY_SYMBOL() }}
{{ CURRENCY_SYMBOL() }}
{{--Hidden form--}} {{--Hidden form--}}
@endsection