@if (session('message'))
×
{{ session('message') }}.
@endif
Lead Time |
Perticulars Name |
Days |
Action |
@forelse ($sops as $sop)
{{ $sop->lead_time }} Days |
{{ $sop->Perticulars }} |
{{ $sop->day }} |
@if (auth()->user()->role_id == 1)
@endif
|
@empty
No sops found |
@endforelse