@extends('layouts.app') @section('title') Update Work Order @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

Update Work Order

{{csrf_field()}}

Task Details

Bill Of Quantity

@if($bill_of_quantities->count() > 0) @foreach($bill_of_quantities as $list) @if ($loop->first)
@else
@endif
@if ($loop->first) @endif
@if ($loop->first) @endif
@if ($loop->first) @endif
first) style="margin-top: 2.5rem;" @endif> @if ($loop->first) @else @endif
@endforeach @else
@endif
@stop @section('js') @stop