@extends('vendor.installer.layouts.master') @section('container') @if (isset($permissions['errors']))
{{ __('Please fix the below error and the click "Check Permission Again"') }}
@endif
@if ( ! isset($permissions['errors'])) {{ __('Next Step') }} @else {{ __('Check Permission Again') }} @endif
@stop