Accounting Offices

Manage government accounting units and branch offices

Add New Office
@forelse($offices as $office) @empty @endforelse
Code Office Name Description Status Actions
{{ $office->code }} {{ $office->name }} {{ Str::limit($office->description, 50) }} @if($office->is_active) Active @else Inactive @endif
@csrf @method('DELETE')

No accounting offices found.

@if($offices->hasPages())
{{ $offices->links() }}
@endif