@extends('layouts.app')
@section('title')
{{__('Our Laboratory')}}
@endsection
@section('breadcrumb')
@endsection
@section('content')
@foreach($branches as $branch)
{{$branch['phone']}}
{{$branch['email']}}
{{--
--}}
{{-- --}}
@endforeach
@endsection
@section('scripts')
@endsection