@extends('system-mgmt.division.base') @section('action-content')
Add new division
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection