{{-- * LaraClassified - Classified Ads Web Application * Copyright (c) BedigitCom. All Rights Reserved * * Website: http://www.bedigit.com * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from Codecanyon, * Please read the full License from here - http://codecanyon.net/licenses/standard --}} @yield('title') @yield('before_styles') @yield('after_styles')
@section('header') @include('install.layouts.inc.header') @show

{{ trans('messages.installation') }}

@include('install._steps') @if (isset($errors) and $errors->any())
    @foreach ($errors->all() as $error)
  • {!! $error !!}
  • @endforeach
@endif
@include('common.spacer')
@yield('content')
@section('footer') @include('install.layouts.inc.footer') @show
@yield('before_scripts') @if (file_exists(public_path() . '/assets/plugins/select2/js/i18n/'.config('app.locale').'.js')) @endif @yield('after_scripts')