@extends('layouts.base') @section('heading') {{ __('Cars') }} @endsection @section('info') Add a car @endsection @section('body')
@csrf
@endsection