@extends('layouts.backend') @section('css_after') @endsection @section('content')

Create Tower Create tower

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @if ($saved == true)

Continue!

You have filled the first stage of the application.

Click to continue with the application

@else
✓ Valid
{{--
--}}
@endif
@endsection @section('js_after') @endsection