@php $layout = 'layouts.admin'; @endphp @extends($layout) @section('content')
{{ $data->id ? __('devices_login.edit') : __('devices_login.add') }}