@extends('adminlte::layouts.app') @section('htmlheader_title') {{ ($o??$user)->role }} Settings @endsection @section('page_title') {{ ($o??$user)->name_full }} @endsection @section('contentheader_title') {{ ($o??$user)->name_full }} @endsection @section('contentheader_description') {{ ($o??$user)->role }} @endsection @use(App\Models\Country) @section('main-content')
Update Settings
@session('success'){{ $value }}@endsession
@csrf
@endsection @section('page-scripts') @append