@extends('layouts/contentLayoutMaster') @section('title', 'Add Transaction') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@csrf

Transaction Details

@error('category') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@endsection @section('vendor-script') @endsection @section('page-script') @endsection