@extends('layouts.app') @section('htmlheader_title') Add a Network @endsection @section('contentheader_title') Add a Network @endsection @section('main-content')
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @section('page-scripts') @endsection