| Server IP : 14.225.204.176 / Your IP : 216.73.216.252 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/home-services/resources/views/e_services/ |
Upload File : |
<!-- Id Field -->
<div class="form-group row col-6">
{!! Form::label('id', 'Id:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->id !!}</p>
</div>
</div>
<!-- Name Field -->
<div class="form-group row col-6">
{!! Form::label('name', 'Name:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->name !!}</p>
</div>
</div>
<!-- Image Field -->
<div class="form-group row col-6">
{!! Form::label('image', 'Image:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->image !!}</p>
</div>
</div>
<!-- Price Field -->
<div class="form-group row col-6">
{!! Form::label('price', 'Price:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->price !!}</p>
</div>
</div>
<!-- Discount Price Field -->
<div class="form-group row col-6">
{!! Form::label('discount_price', 'Discount Price:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->discount_price !!}</p>
</div>
</div>
<!-- Price Unit Field -->
<div class="form-group row col-6">
{!! Form::label('price_unit', 'Price Unit:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->price_unit !!}</p>
</div>
</div>
<!-- Duration Field -->
<div class="form-group row col-6">
{!! Form::label('duration', 'Duration:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->duration !!}</p>
</div>
</div>
<!-- Description Field -->
<div class="form-group row col-6">
{!! Form::label('description', 'Description:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->description !!}</p>
</div>
</div>
<!-- Categories Field -->
<div class="form-group row col-6">
{!! Form::label('categories', 'Categories:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->categories !!}</p>
</div>
</div>
<!-- Featured Field -->
<div class="form-group row col-6">
{!! Form::label('featured', 'Featured:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->featured !!}</p>
</div>
</div>
<!-- Available Field -->
<div class="form-group row col-6">
{!! Form::label('available', 'Available:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->available !!}</p>
</div>
</div>
<!-- E Provider Id Field -->
<div class="form-group row col-6">
{!! Form::label('e_provider_id', 'E Provider Id:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->e_provider_id !!}</p>
</div>
</div>
<!-- Created At Field -->
<div class="form-group row col-6">
{!! Form::label('created_at', 'Created At:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->created_at !!}</p>
</div>
</div>
<!-- Updated At Field -->
<div class="form-group row col-6">
{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
<div class="col-md-9">
<p>{!! $eService->updated_at !!}</p>
</div>
</div>