@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') Site Settings @stop @section('content')




Update Quickbook Tokens @if(count($settings))
@foreach($settings as $setting) @endforeach
Place Message Action
{{$locations[$setting->location]}} {{$setting->message}}
    @if($setting->is_display) @else @endif
@endif @stop @section('scripts_bottom') @stop