@extends('layouts.master') @section('title', 'User') @section('content')
@endsection @section('script-footer') @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection