@extends('layouts.layout-admin') @section('content') @if(isset($department->id))
@endif @if(!isset($department->id))
@endif
@include('cms::partials.errormessages')
@if(isset($user->id)) @endif @if(!isset($user->id)) @endif
{!! csrf_field() !!}
@endsection