@extends('layouts.admin')
@section('title', 'Plugins')
@push('vendor-styles')
@endpush
@push('page-styles')
@endpush
@section('body')
Admin fee
{{ isset($snowfee[0]->field_value) ? '$' . $snowfee[0]->field_value : '' }}
Tax Rate
{{ isset($snowfee[1]->field_value) ? $snowfee[1]->field_value . '%' : '' }}
Home
Driveway
Number of car |
Price |
Action |
one car |
{{ $driverway[0]->on_first_6_cars }} |
|
More than one car |
{{ $driverway[0]->on_more_than_6_cars }} |
|
Sidewalk
Size |
Price |
Action |
@foreach ($home_sidewalk as $home)
{{ $home->name }} |
{{ $home->price }} |
|
@endforeach
Walkway
Size |
Price |
Action |
@foreach ($home_walkway as $walkway)
{{ $walkway->name }} |
{{ $walkway->price }} |
|
@endforeach()
Business
Driveway
Number of car |
Price |
Action |
one car |
{{ $driverway[1]->on_first_6_cars }} |
|
More than one car |
{{ $driverway[1]->on_more_than_6_cars }} |
|
Sidewalk
Size |
Price |
Action |
@foreach ($business_sidewalk as $business)
{{ $business->name }} |
{{ $business->price }} |
|
@endforeach
Walkway
Size |
Price |
Action |
@foreach ($business_walkway as $walkway)
{{ $walkway->name }} |
{{ $walkway->price }} |
|
@endforeach()
@endsection
@push('vendor-scripts')
@endpush
@push('page-scripts')
@endpush