@extends('template.layout') @section('style') @endsection @section('content')
@if ($errors->any()) @endif {{-- execption error --}} @if (session('error')) @endif
@csrf
Customer Data
Back
Invoice Data
@endsection @section('script') @endsection