@extends('layouts.admin') @section('title', 'မိုဘိုင်းအသုံးပြုသူပြုပြင်ရန်ပုံစံ') @section('content')

မိုဘိုင်းအသုံးပြုသူပြုပြင်ရန်ပုံစံ

@include('admins.partials.breadcrumbs')
စာရင်းပြုပြင်ရန်ပုံစံ
@method('PUT') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
type == '0')? 'checked' : '' }} value="0"> type == '1')? 'checked' : '' }} value="1"> type == '2')? 'checked' : '' }} value="2">
is_reset == '0')? 'checked' : '' }} value="0"> is_reset == '1')? 'checked' : '' }} value="1">
@endsection