@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
@foreach ($permissions['permissions'] as $permission)
-
{{ $permission['folder'] }}
{{ $permission['permission'] }}
@endforeach
@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
@stop
@section('scripts')
@endsection