@extends('app-new') @push('content-header') @endpush @section('content')

Edit Ticket

Please fill out the form below to edit the requirement

@csrf {{-- Ticket Creator --}}
{{-- Project --}}
{{-- Requirement Title --}}
{{-- Maker --}}
{{-- Status --}}
{{-- Requirement Details --}}
@foreach($ticket->items as $index => $detail) {{-- Editable supply rate --}} {{-- Auto calculated amount --}} @endforeach
Sr. No. Description Make & Model Unit Quantity Rate Amount
{{ $detail->sr_no }} {{ $detail->description }} {{ $detail->make_model }} {{ $detail->unit }} {{ $detail->quantity }}
{{-- Vendor --}}
{{-- Amount --}}
{{-- Remarks --}}
{{-- Buttons --}}
{{-- @if(auth()->user()->can('update_ticket')) --}} {{-- @endif --}}
@endsection @push('footer-script') @endpush