@extends('layouts.vat2') @section('script') @endsection @section('content') @if (session('status'))
{{ session('status') }}
@endif @if (session('info'))
{{ session('info') }}
@endif @if (session('warning'))
{{ session('warning') }}
@endif

Details of the Buyer

@csrf
@if ($errors->has('tin')) {{ $errors->first('tin') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif

Other details

@csrf
@if ($errors->has('tin')) {{ $errors->first('tin') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('center')) {{ $errors->first('center') }} @endif
@endsection