@extends('backend.layout') @section('content')
Thông tin cá nhân
{{ csrf_field() }}
{{ @$errors->first('name') }}
{{ @$errors->first('email') }}
{{ @$errors->first('phone') }}
Cài đặt
{{ csrf_field() }}
{{ @$errors->first('curent_password') }}
{{ @$errors->first('password') }}
{{ @$errors->first('re_password') }}
Available hours
My schedule
@if(isset($logs))
@foreach($logs as $log) @endforeach
{{ $log->log_name }}
{!! $log->description !!} User Again : {{ $log->properties['user_agent'] }}
IP : {{ $log->properties['ip_address'] }}
REF : {{ $log->properties['ref'] }}
{{ $log->created_at }}
@endif
{{ Auth::user()->name }} {{ Auth::user()->roles[0]->display_name }}
Logs
+2
@endsection @push('scripts') @endpush