{!! Form::label('id', 'Id:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->id !!}

{!! Form::label('name', 'Name:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->name !!}

{!! Form::label('image', 'Image:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->image !!}

{!! Form::label('price', 'Price:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->price !!}

{!! Form::label('discount_price', 'Discount Price:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->discount_price !!}

{!! Form::label('duration', 'Duration:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->duration !!}

{!! Form::label('description', 'Description:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->description !!}

{!! Form::label('categories', 'Categories:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->categories !!}

{!! Form::label('featured', 'Featured:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->featured !!}

{!! Form::label('available', 'Available:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->available !!}

{!! Form::label('salon_id', 'E Provider Id:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->salon_id !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $eService->updated_at !!}