@extends('layouts.app') @section('title', 'Sell Car') @section('content')

Sell Car
{{ $car->make }} {{ $car->varient }}
{{ $car->registration_no }}

@csrf {{-- Date Field --}}

Seller Information

Buyer Information


@endsection