@extends('installer::install') @section('step')

Check Symlink() function is Enabled for in your Server

@foreach (config('installer.symlink') as $check)
{{ $check['name'] }}
@if ($check['check']()) @else @endif
@endforeach
@if ($result) Next step @else Reload @endif
@endsection