@extends('back.layouts.app',['title'=>$title]) @section('content')
@include('back.common_views.quicklinks')
@include('flash::message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@include('back.states.form')
@endsection