@extends('vendor.installer.layouts.master') @section('template_title') Step 4 | Admin Login Info @endsection @section('title') Admin Login Info @endsection @section('container')
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('first_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('scripts') @endsection