{{ __('Work Portion') }}

@php if (env('ORG_TYPE') == 'demo' || env('ORG_TYPE') == 'baramati') { $title = "SSR"; } else { $title = "DSR"; } @endphp

Add Work Portion

@csrf
@error('work_portion_name')
*{{ $message }}
@enderror

List of Work Portion

@if ($portions) @php $i = 1; @endphp @foreach ($portions as $r) @endforeach
Sr NO Work Portion
{{$i++}} {{$r->WorkPortionName}}
@else

No any Work Portion found

@endif