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

Edit Accounting Software

@csrf @method('PUT')
{{ $errors->first('description') }}
{{ $errors->first('terms') }}
{{--