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

Add Payment Terms

@csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@endsection