@extends('layouts.app') @section('title', 'Create Bid Preference') @section('content')

Create Bid Preference

@csrf @include('bid-preferences._form', ['submitLabel' => 'Save Preference'])
@endsection