@extends('layouts.app') @section('title') GENERAL SETTINGS @endsection @section('content')
@can('General Settings MRF Limit')
@csrf
@endcan @can('General Settings PO Important Note')
@csrf
@endcan @can('General Settings Spec Break')
@csrf

Spec Break

@endcan @can('General Settings Initial Ref No')
@if(Auth::user()->id == 1)
@endif
@csrf
@if(Auth::user()->id == 1) @endif @foreach ($initialRefNo as $initialRef) @if(Auth::user()->id == 1) @endif @endforeach
No. Ref No. (by Module) Running No. SampleAction
{{ $loop->iteration }}
@endcan @can('General Settings PR Approval')
@if(Auth::user()->id == 1)
@endif
@csrf
@foreach ($prapprovals as $prapproval) @endforeach
No. Designation Department Less/more than Amount (RM) Action
{{ $loop->iteration }} @if(Auth::user()->id == 1) @else   @endif
@endcan
@endsection