@extends('backend.layouts.app') @section('content')
@method('put') @csrf
@if(sizeof($model1)>0) @foreach($model1 as $m) @endforeach @endif
S. Category Service Per Person Price Person Total Action
{{ $m->serviceDepartment->department_type }} {{ $m->service->service_name }} {{ $m->unit_price_arr }} {{ $m->qty_arr }} {{ $m->service_total_arr }}

@endsection @section('modal_content') @endsection @section('page_script')> @endsection