@extends('layouts.app') @section('title', 'Edit Listing') @section('content')

Edit Listing

Update the details about the vehicle

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