@extends('layouts.app') @section('title') {{__('Our Laboratory')}} @endsection @section('breadcrumb')

{{__('Our Laboratory')}}

@endsection @section('content')
@foreach($branches as $branch)
{{$branch['name']}}
{{$branch['phone']}}
{{$branch['email']}}
{{--
{{$branch['address']}}
--}}
{{-- --}}
@endforeach
@endsection @section('scripts') @endsection