@extends('includes.layouts.admin') @section('page-title') Edit Accounting Software @endsection @section('content') Edit Accounting Software Home Edit Accounting Software @csrf @method('PUT') Description * {!! $accounting->long_desc !!} {{ $errors->first('description') }} Terms and Conditions * {!! $accounting->terms !!} {{ $errors->first('terms') }} {{--