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

Bulk Update Accounts

Apply changes to multiple accounts in your Chart of Accounts.

Back to List
@if(request()->anyFilled(['type', 'status'])) @endif
@if(session('error'))
{{ session('error') }}
@endif
0 accounts selected
@csrf
@forelse($accounts as $account) @empty @endforelse
Account Name Code Type Status Current Balance
No accounts matching criteria
@endsection