{!! Form::label('name', 'Name:') !!}

{{ $branches->name }}

{!! Form::label('phone', 'Phone:') !!}

{{ $branches->phone }}

{!! Form::label('email', 'Email:') !!}

{{ $branches->email }}

{!! Form::label('address', 'Address:') !!}

{{ $branches->address }}

{{--
{!! Form::label('image_name', 'Image Name:') !!}

{{ $branches->image_name }}

--}}
{!! Form::label('detail', 'Detail:') !!}

{{ $branches->detail }}