@extends('vendor.installer.layouts.master') @section('style') @endsection @section('title', trans('installer_messages.permissions.title')) @section('container') @if (isset($permissions['errors']))
Please fix the below error and then click {{ trans('installer_messages.checkPermissionAgain') }}
@endif @if (isset($permissions['errors'])) If you have terminal access, run the following command on terminal

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

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