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

Edit Sale for: {{ $sale->make }} {{ $sale->model }}

@csrf @method('PUT') {{-- Date Field --}}

Seller Information

Buyer Information

Sale Details

khan_motors) ? 'checked' : '' }}>
@endsection