@extends('layouts.vat') @section('content') @if (session('status'))
{{ session('status') }}
@endif @if (session('info'))
{{ session('info') }}
@endif @if (session('warning'))
{{ session('warning') }}
@endif
1

Details of the buyer

2

Other details

{{ csrf_field() }}

Details of the Buyer

*
*
*
*
* @if ($errors->has('buyermobile'))
{{ $errors->first('buyermobile') }}
@endif
@if ($errors->has('tin'))
{{ $errors->first('tin') }}
@endif
Close

Other details

* @if ($errors->has('serial'))
{{ $errors->first('serial') }}
@endif
*
* @if ($errors->has('purchaseprice'))
{{ $errors->first('purchaseprice') }}
@endif
@if ($errors->has('vatpaid'))
{{ $errors->first('vatpaid') }}
@endif
@endsection