@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') Global Payment Accounts @stop @section('content')
@foreach($firms as $firm) @if(empty($firm->firmname) || $firm->firmname =='Individual') @else @endif @if(!empty($firm->payment_account_id)) @else @endif @endforeach
Firm Name Is Configured Global Payment Invoice Preference
{{'Individual- '.$firm->firstname.' '.$firm->lastname}}{{$firm->firmname}}YesNoconfigure Change Invoice Preference
close

Save

@stop @section('scripts_bottom') @stop