@extends('adminlayout.mobile_sidebar') @section('content')
@csrf
@if ($errors->has('loan_amount')){{ $errors->first('loan_amount') }}@endif
@if ($errors->has('registration_fee')){{ $errors->first('registration_fee') }}@endif
@php $i=1; @endphp @foreach($settings as $data) @endforeach
S.no Loan Amount Registration Fee Action
{{$i++}}
@endsection