@extends('backend.install.index') @section('content') @foreach($chmod as $index => $item) @endforeach
Folder/File CHMOD Status
{{ $item->file }} {{ $item->chmodValue }} {{ $item->status }}
@if(! $has_errors) Continue @else
Please fix all the problem before continue
@endif @endsection