@extends('layouts.admin') @section('title', 'Edit Account') @section('page-title', 'Edit Account') @section('content')
@csrf @method('PUT')
is_system ? 'readonly' : '' }} class="w-full h-11 rounded-lg border border-[#dbe0e6] bg-white px-3 py-2 text-sm outline-none focus:border-primary focus:ring-1 focus:ring-primary text-gray-900 {{ $account->is_system ? 'bg-gray-100' : '' }}">
Cancel
@endsection