@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content') Designation Basic Settings Designation Deactive Designation Active List Deactive List Add Designation {!! Form::close() !!} @if(count($designations)>0) Designation Name Level Work Site Action @foreach($designations as $d) {{$d->name}} {{$d->level}} {{$d->workSite}} @endforeach {{$designations->links()}} Excel Toggle Dropdown Current Page All Pages PDF Toggle Dropdown Current Page All Pages @else No Deactive Designation Records Found. @endif @endsection