@extends('layouts.admin') @section('page-title') Admin | Create User @endsection @section('page-css') @endsection @section('page-content')

Update User

{{-- Alert --}} @include('layouts.alert')

Update User

{{ csrf_field() }}
@endsection