@extends('layouts.dashboard') @section('title', 'Create Invoice') @section('page-title', 'Create Invoice') @section('content')
@csrf
Selecting auto-fills the price.
Cancel
@push('scripts') @endpush @endsection