@extends('layouts.app')
@section('title')
Schedule Plan Detail
@stop
@section('breadcrumb')
- Home
- Schedule Plan
@stop
@section('content')
All Schedule Plans List
# |
Schedule Plan Name |
Action |
@foreach ($plan as $p)
{{ $count++ }} |
{{ $p->name }} |
|
@endforeach
@stop