@extends('layouts.app') @section('content')

領収書の発行

@if($errors->has('contract_id'))
{{ $errors->first('contract_id') }}
@endif
@csrf

領収書内容の入力

領収書の宛名を入力してください。

@endsection