@extends('layouts.app') @section('content')
{{ _lang('Branch Details') }}
{{ _lang('Name') }}{{ $branch->name }}
{{ _lang('Contact Email') }}{{ $branch->contact_email }}
{{ _lang('Contact Phone') }}{{ $branch->contact_phone }}
{{ _lang('Address') }}{{ $branch->address }}
{{ _lang('Descriptions') }}{{ $branch->descriptions }}
@endsection