@extends('layouts.admin') @section('content')

Create User

@csrf
@if (!empty($user->profile_picture)) Profile Picture @else Profile Picture @endif
Back
@endsection @section('script') @endsection