@extends('layouts.user_type.auth') @section('header_title', __('ویرایش نقش')) @section('content')

{{ __('ویرایش نقش') }}

@csrf @method('PUT')
status == 1 ? 'checked' : '' }} class="form-check-input">
status == 0 ? 'checked' : '' }} name="status" class="form-check-input">
@endsection