@extends('layouts.admin') @section('title', 'Plugins') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

Snow Plowing

Car Type

Car Colors

Admin fee

{{ isset($snowfee[0]->field_value) ? '$' . $snowfee[0]->field_value : '' }}

Tax Rate

{{ isset($snowfee[1]->field_value) ? $snowfee[1]->field_value . '%' : '' }}

Questions

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

@foreach ($home_sidewalk as $home) @endforeach
Size Price Action
{{ $home->name }} {{ $home->price }}

Walkway

@foreach ($home_walkway as $walkway) @endforeach()
Size Price Action
{{ $walkway->name }} {{ $walkway->price }}
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

@foreach ($business_sidewalk as $business) @endforeach
Size Price Action
{{ $business->name }} {{ $business->price }}

Walkway

@foreach ($business_walkway as $walkway) @endforeach()
Size Price Action
{{ $walkway->name }} {{ $walkway->price }}
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush