@extends('layouts.app') @section('title') All Designations @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

Designations ListAdd Designation

@if(Session::has('success')) @endif @if( $DesignationList->count() > 0 ) @foreach( $DesignationList as $list ) @endforeach @endif
Name Created Date Action
{{$list->name}} {{$list->created_at}}  
@stop @section('js') @stop