@extends('admin.layouts.main') @section('title') @if($edit) {{ @trans('finance.edit_credit_entry') }} @else {{ @trans('finance.create_credit_entry') }} @endif @endsection @section('content')
@include("admin.common.sidebar")
@csrf @if($edit) @endif
credit_type == 'revenue') checked @endif>
credit_type == 'transfer') checked @endif>
payment_mode == 'digital') checked @endif>
payment_mode == 'card') checked @endif>
payment_mode == 'cash') checked @endif>
date_range
@endsection @push('pageJs') @endpush