@extends('includes.layouts.admin') @section('page-title') Add Accounting Software @endsection @section('content') Add Accounting Software Home Add Accounting Software @csrf Description * {{{ old('description') }}} {{ $errors->first('description') }} Terms and Conditions {{{ old('terms') }}} {{ $errors->first('terms') }} Save @endsection @section('scripts') @endsection