@extends('layouts.app') @section('content')

{{trans('lang.vehicle_type')}}

@if(count($types) > 0) @foreach($types as $type) @if (file_exists(public_path('assets/images/type_vehicle'.'/'.$type->image)) && !empty($type->image)) @else @endif @endforeach @else @endif
{{trans('lang.extra_image')}} {{trans('lang.vehicle_type')}} {{trans('lang.status')}} {{trans('lang.created_at')}} {{trans('lang.modified_at')}} {{trans('lang.actions')}}
image image{{ $type->libelle}} @if ($type->status=="Yes") @else @endif {{ date('d F Y',strtotime($type->creer))}} {{ date('h:i A',strtotime($type->creer))}} {{ date('d F Y',strtotime($type->modifier))}} {{ date('h:i A',strtotime($type->modifier))}}
{{trans("lang.no_result")}}
{{ $types->links('pagination.pagination') }}
@endsection @section('scripts') @endsection