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

Cars

{{-- Add New--}}

@include('flash::message')
@include('cars.table')
@endsection