@extends('admin.layouts.master') @section('title', 'Upi - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Upi Setting') }}
@csrf
{{ __('Please enter name!') }}.
{{ __('Please enter upiid!') }}.
status == 1 ? 'checked' : '' }} />
@endsection