@extends('theme.theme_main') @section('breadcrumb') {!! Breadcrumbs::render('help-desk.priority') !!} @stop @section('content_title')

Help Desk Priority List

@stop @section('content')
@if(isset($all_priority) && !empty($all_priority)) @foreach ($all_priority as $priority) @endforeach @else @endif
Name Color Action
({{$priority['id']}}) {{$priority['name']}} {{$priority['color']}}
- No Result -
Add Priority @stop @section('script') @stop