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

{{ $items->name }}

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

{{ $items->detail }}

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

{{ $items->image_name }}

{!! Form::label('category_id', 'Category Id:') !!}

{{ $items->category_id }}

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

{{ $items->branch_id }}

{!! Form::label('price', 'Price:') !!}

{{ $items->price }}

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

{{ $items->status }}