@extends('layouts.dealer.app') @section('title', 'Add New Listing') @section('content')

Add New Listing

Fill in all the details about your vehicle

@include('dealer.listings.partial.form')
@endsection