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

{{ $menu->name }}

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

{{ $menu->detail }}

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

{{ $menu->image_name }}

{!! Form::label('status', 'Status:') !!}

{{ $menu->status }}

{!! Form::label('branch_id', 'Branch Id:') !!}

{{ $menu->branch_id }}