{!! Form::label('id', 'Id:') !!}

{{ $manger->id }}

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

{{ $manger->name }}

{!! Form::label('postion', 'Postion:') !!}

{{ $manger->postion }}

{!! Form::label('image', 'Image:') !!}

{{ $manger->image }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $manger->created_at }}