@extends('backend.master') @section('title','Add Deposit Rule') @push('styles') @endpush @section('content')

Add Deposit Rule

@csrf @include('admin.deposit_rules._form', ['rule'=>$rule, 'isEdit'=>false])
Cancel
@endsection