@extends('vendor.installer.layouts.master') @section('title', trans('installer_messages.permissions.title')) @section('container') @if (isset($permissions['errors']))
Please fix the below error and the click {{ trans('installer_messages.checkPermissionAgain') }}
@endif

chmod -R 775 storage/app/ storage/framework/ storage/logs/ bootstrap/cache/

@if ( ! isset($permissions['errors'])) {{ trans('installer_messages.next') }} @else {{ trans('installer_messages.checkPermissionAgain') }} @endif
@stop