@extends('admin.layout.base') @section('title', 'Fare Model ') @section('styles') @endsection @section('content')
| ID | Service Image | Service Type | Status | Action |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $faremodel->servicename }} | @if($faremodel->status ==1) @if(auth()->user()->admin_type == 1) Active @else Active @endif @else @if(auth()->user()->admin_type == 1) Inactive @else Inactive @endif @endif | ||
| ID | Service Image | Service Type | Status | Action |