@extends('rental-company.layout.master') @section('title', __('admin.additional_services')) @section('styles') @endsection @section('scripts') @endsection @section('content')
| # | {{ __('admin.name') }} | {{ __('admin.description') }} | {{ __('admin.period_type') }} | {{ __('admin.price') }} | {{ __('admin.coverage_percentage') }} | {{ __('admin.deductible_text') }} | {{ __('admin.status') }} | {{--{{ __('admin.company_name') }} | --}} {{--{{ __('admin.image') }} | --}} {{--{{ __('admin.action') }} | --}} {{--{{ __('admin.addCategory') }} | --}}|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $insurances->firstItem() + $index }} | {{$insurance->getTranslation('name',app()->getLocale())}} | {{ $insurance->getTranslation('description',app()->getLocale()) }} | {{ $insurance->period_type }} | {{ $insurance->price }} | {{ $insurance->coverage_percent }} | {{ $insurance->deductible_text }} | {!! $insurance->status == 'active' ? "Active" : "Inactive" !!} | {{--{{ $insurance->company->getTranslation('name',app()->getLocale()) }} | --}} {{--{{ $car->model_year }} | --}} {{-- --}}
{{-- @if($car->image) --}}
{{-- | --}}
{{-- --}} {{-- --}} {{-- --}} {{-- | --}} {{--{{ __('admin.addCategory') }} | --}}