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

Search Invoice

Search Invoice
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

@endsection @section('script') @endsection