@extends('includes.layouts.admin') @section('page-title') Add Accounting Software @endsection @section('content')

Add Accounting Software

@csrf
{{ $errors->first('description') }}
{{ $errors->first('terms') }}
@endsection @section('scripts') @endsection