@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')

{{ @$data['title'] }}

@csrf
@if ($errors->has('payment_type_id')) {{ $errors->first('payment_type_id') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@endsection