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