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

Agent Branches

@permission('create-branch') Add New Branch {{--

{{$title}}

--}} @endpermission
@foreach($branches as $branch) {{-- --}} @endforeach
Branch Name Email Address Phone Latitude Longitude Action
{{ $agent->firstname }}{{ $branch->name }} {{ $branch->email }} {{ $branch->address }} {{ $branch->phone }} {{ $branch->latitude }} {{ $branch->longitude }}
@permission('edit-branch') @endpermission @permission('delete-branch')
@endpermission {{-- --}}
@endsection