@extends('Admin/layout/master') @section('title', 'Car Wash Type Lists') @section('content') {{-- Modal --}} {{-- End Modal --}}
Car Wash Type Lists @can('add car wash') Add New Car Wash @endcan
@foreach ($car_washs as $index => $car_wash) @endforeach
Sr# Name Price Action
{{$index+1}} {{$car_wash->car_type}} {{$car_wash->price}} @can('edit car wash') Edit @endcan @can('delete car wash') @endcan
@endsection @section('scripts') @endsection