@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.permissions.templateTitle') }} @endsection @section('title') {{ trans('installer_messages.permissions.title') }} @endsection @section('container') @if ( ! isset($permissions['errors']))
{{ trans('installer_messages.permissions.next') }}
@endif @if (isset($permissions['errors'])) Open your terminal, navigate to where your app is installed and run the following command in your terminal:

cd storage
chmod 775 framework && chmod 775 logs && chmod 775 ../bootstrap/cache

@endif @endsection