@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content') Alert Type Basic Settings Alert Type Deactive Alert Type Active List Deactive List Add Alert Type @if(count($alertTypes)>0) Name Before Days Action @foreach($alertTypes as $alert) {{$alert->name}} {{$alert->days}} @endforeach {{$alertTypes->links()}} Excel Toggle Dropdown Current Page All Pages PDF Toggle Dropdown Current Page All Pages @else No Deactive Alert Type Records Found. @endif @endsection