@extends('Admin.layout.master') @section('title', 'Add Discipline') @section('content')

Discipline Details

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
{{--
@if ($errors->has('section'))

{{ $errors->first('section') }}

@endif
--}}
back
@endsection {{-- @section('scripts') @endsection --}}