@extends('layouts.app') @section('title', 'インボイス設定') @section('content')

インボイス設定

@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf {{-- 適格請求書発行事業者番号 --}}
{{-- 適格事業者名 --}}
{{-- 郵便番号 --}}
-
{{-- 表示住所 --}}
{{-- 建物名 --}}
{{-- 表示電話番号 --}}
- -
{{-- 表示FAX番号 --}}
- -
{{-- 社判画像 --}}
@if(!empty($row->company_image_path)) @endif
{{-- 登録ボタン --}}
@endsection