@extends('layouts.main_without_top_button') @section('title') Maintenance Configurations @stop @section('navigation') @stop @section('master_services') current @stop @section('contentinner')
@include('settings.maintenance.trucks.includes.mediamgr_category')

Sub Services

@foreach($services as $index=> $service) @endforeach
S/N Description Service Frequency Create Remainder Action
{{++$index}} {{$service->description}} {{$service->service_frequency}} {{$service->service_frequency_type}} /{{$service->service_frequency_odometer}} km {{$service->create_remainder}} {{$service->create_remainder_type}} /{{$service->create_remainder_odometer}} Km
@stop