@extends('layouts.admin') @section('title', 'Admins') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
{{-- **************************** SideBar Tabs ******************************************* --}} {{-- ------------ Charges ---------------------- --}} {{-- -------------- SidreBar Lawn Size ------------------------ --}} {{-- ----------------- SideBar Lawn Height -------------------- --}} {{-- ----------------------- SideBar Service Deleivery ------------ --}} {{-- --------------- SideBar Have A Fence ---------------------- --}} {{-- ------------------------ Side bar Questions Section --------------- --}} {{-- --------------------- SideBar Corner Lot ------------------ --}} {{-- ------------------------ Yard Clean Up On SideBar ------------------------- --}}
{{-- *********************** Showing Recoreds on click sidebar Against Id ********************************* --}}
{{-- Setup Lawn Mowing charges --}}
Charges Details
Lawn Mowing Charges Details
@csrf
Account Details
Enter Your Account Details.

Lawn Size

{{-- ***********Showing Recored of Service Delivery ***************** --}} {{-- ***********Showing Recored of LawnHeight ***************** --}}
Lawn Height
{{---------- Fence Area -----------}}
Have Fence
{{-- ------------- Yard CleanUp ----------------------- --}}
Yard CleanUp
{{--------- Lawn Mowing Question --------------}}
Question
{{------------- Lawn Mowing Corner Lot -----------------}}
Corner Lot
@csrf @method('put')
# Days Price Edit Action
1 1 Time price
2 7 Days price
3 10 Days price
4 14 Days price
{{---------- Lawn Mowing Yard CleanuP --------- --}}
Yard CleanUp
@endsection @push('vendor-scripts') @endpush @push('page-scripts') {{-- Shwing Lawn MowingTables --}} {{-- **************** For Lawn Heigt ********************************** --}} {{-- ****************** For Service Delivery **************************** --}} {{-- Update Radio Buttons for Service Delivry --}} {{-- Get And Append data of Fence --}} {{-- Get data and append of questions --}} {{-- Get And Append data OF Corner Lot --}} {{-- Get And Append Data Yad CleanUp --}} @endpush