@extends('layouts.app') @section('title') Dashboard @endsection @section('admin-content')

Edit Expense Other

@csrf @method('PUT') @include('backend.layouts.partials.messages')
@endsection