@extends('core::layouts.master') @section('title') {{ $branch->name }} @endsection @section('content')

{{ $branch->name }}

@foreach($custom_fields as $custom_field)
{{ trans_choice('core::general.open',1) }} {{ trans_choice('core::general.date',1) }} {{$branch->open_date}}
{{ trans_choice('core::general.active',1) }} @if($branch->active==1) {{ trans_choice('core::general.yes',1) }} @else {{ trans_choice('core::general.no',1) }} @endif