@extends('layouts/contentLayoutMaster') @section('title', 'Add Transaction') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @csrf Transaction Details Select Type Credit Debit @error('category') {{ $message }} @enderror Amount @error('amount') {{ $message }} @enderror Submit @endsection @section('vendor-script') @endsection @section('page-script') @endsection