@extends('installer.layouts.master') @section('template_title') {{ trans('installer.site.templateTitle') }} @endsection @section('title') {{ trans('installer.site.title') }} @endsection @section('container')
@if ($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
@if ($errors->has('app_url')) {{ $errors->first('app_url') }} @endif
@endsection