@extends('layouts.frontend.app') @section('content') @section('title', trans('general.branch-location')) @section('style') @endsection @include('inner.breadcrumb',['pageName' => trans('general.branch-location'),'pageNameUrl'=>route('branch.index'),'pageTitle'=>$branch->title])
@foreach($teams as $team)
@if (file_exists('storage/' . $team->photo) && $team->photo != '') {{$team->full_name}} @endif
{{$team->full_name}}
{{$team->designation}}
@endforeach
@endsection