@section('title') Výběr vozidel | @endsection @extends('default') @section('content')

Přehled vozidel

@foreach($data['cars'] as $car)
{{$car->models}}
@endforeach
@endsection