@extends('cityadmin.layout.app') @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif
{{csrf_field()}}
@endsection