@extends('layouts.main') @section('title', 'Add Transaction') @section('content')

Add Transaction

@if ($errors->any()) @endif
@csrf
@endsection