@extends('layouts.master') @section('title', 'division Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub') @yield('title') {{ csrf_field() }} Division Name * @if ($errors->has('division_name')) {{ $errors->first('division_name') }} @endif Division ShortName * @if ($errors->has('division_shortname')) {{ $errors->first('division_shortname') }} @endif Back * These fields are required. @include('layouts.footer') @endsection
* These fields are required.