@extends('layouts.base') @section('heading') {{ __('Cars') }} @endsection @section('info') Your Cars @endsection @section('focus_action')
@csrf
@endsection @section('body')
@foreach ($cars as $car) @endforeach
@endsection