@extends('front.index') @section('meta_title'){{trans('front.home')}} @endsection @section('meta_des'){{trans('front.home')}} @endsection @section('meta_key'){{trans('front.home')}} @endsection @section('content')

@lang('front.branches')

@foreach($branches as $branch)
{{$branch->title}}

{{$branch->address}}

{{$branch->mobile}}

@lang('front.select')
@endforeach
@endsection