{{ __('Material') }}
@php if (env('ORG_TYPE') == 'demo' || env('ORG_TYPE') == 'baramati') { $title = "SSR"; } else { $title = "DSR"; } @endphp
& Others
Material
List of Materials
@if ($materials) @php $i = 1; @endphp @foreach ($materials as $r) @endforeach
Sr No.
Material
Rate Type
Action
{{ $i++ }}
{{ $r->MaterialName }}
{{ $r->rate_type }}
@else
No any material found
@endif