@extends('layouts.admin') @section('title', 'Admins') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
{{-- **************************** SideBar Tabs ******************************************* --}}
{{-- ******************* Charges ************************** --}} {{-- ****************** Car Types ****************************** --}} {{-- ************************** Car Colors ******************************* --}} {{-- ********************** Questions ********************************* --}} {{-- *************************** Dreive Way ******************************** --}} {{-- ************************** Side Walk *************************** --}} {{-- *************************** Walk Way ************************************* --}}
{{-- *********************** Showing Recoreds on click sidebar Against Id ********************************* --}}
{{-- Setup Snow Plowing charges --}}
Charges Details
Snow Plowing Charges Details
@csrf
{{-- *********** Append Car Types Detail Here From Jquery ***************** --}}

Car Types

{{-- ************* Append Car Color Detail Here **************** --}}
Car Colors
{{-- *********** Snow Plowing Question **************** --}}
Question
{{-- *********** Drive Way ********************** --}}
DriveWay
{{-- *************** SideWalk ************************** --}}
Sidewalk
{{-- *************** Walk Way ************************ --}}
WalkWay
{{-- **************** Snow Depth********************* --}}
Snow Depth
@endsection @push('vendor-scripts') @endpush @push('page-scripts') {{-- ************* Snow Plowing Car Types ***************** --}} {{-- ***********Snow Plowing Car Colors *********************** --}} {{-- ************ Get data and append of questions ************** --}} {{-- **************** Get Data And Append For DriveWay ******************** --}} {{-- ********* Get data and append of SideWalk ************* --}} {{-- ******** Get Data And Append of WalkWay ************ --}} {{-- *************** Get Data And Append for Snow Depth ******************** --}} @endpush