@extends('layouts.template') @section('content')

Limit of Authority

@if (session('success')) @endif @foreach ($errors->all() as $error) @endforeach

Limit of Authority Maintenance

@foreach($authorities as $data) @endforeach
Name Role Authority Amount Assign Adjuster Notify Filed Claim Action
{{ $data->name }} {{ $data->user_type }} ₱ {{ number_format($data->authority_amount,2,".",",") }} {{ $data->can_assign_adjuster }} {{ $data->notify_filed_claim }} {{-- --}}
@endsection