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

Accountants

Track expenses, customise invoices, run reports
and even more all from one place.

Meet Our Accountants

A creative agency like no other

@if($accountants->count() > 0) @foreach($accountants as $accountant)
Member Stick

{{ $accountant->first_name }} {{ $accountant->last_name }}

Accountant
@endforeach @endif
Image
@endsection