@extends('web.layouts.container') @section('content')
@if(count($branches)) @foreach($branches as $branch)
{{$branch->name}}

{{$branch->address}}

{{$branch->phone}}

{{__('branches.show_branch_on_map')}}
@endforeach @else
{{__('branches.no_data')}}
@endif
@endsection @section('inner_js') @endsection