@extends('layouts.app') @section('title') {{ $pageInfo['title'] }} @endsection @section('styles') @endsection @section('admin-content') {{ $pageInfo['title'] }} {{ __('Dashboard') }} {{ $pageInfo['title'] }} {{ $pageInfo['title'] }} @include('backend.layouts.partials.messages') @csrf Full Name Email Password Confirm Password Assign Roles @foreach ($roles as $role) {{ $role->name }} @endforeach Username Phone Save Cancel @endsection @section('scripts') @endsection