@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('car_types.create') Add Car Type @endadminCan
@if(count($carTypes)) @foreach ($carTypes as $carType) @endforeach @else @endif
Icon Name Actions
{{ $carType->name }} Actions
no data found
{{ $carTypes->links() }}
@endsection