@extends('admin.layouts.master') @section('title', 'Company Ready') @section('page-title', 'Company Ready') @section('breadcrumbs') @endsection @section('content')

{{ $company->name }} is ready!

Share these login details with the company admin. They'll set their own password on first login. (A copy was also emailed.)

Login URL {{ url('/company/login') }}
Email {{ $credentials['email'] }}
Password {{ $credentials['password'] }}
Done
@endsection