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

All Discipline List

+ Add new
@if (Session::has('message')) @endif
@if (count($disciplines) > 0) @foreach ($disciplines as $discipline) @endforeach @else @endif
Name Action
{{ $discipline->name }}
No Record
@endsection @section('scripts') @endsection