@extends('layouts.master') @section('content')
{{$title}}
@if(\Auth::user()->utype==1) Add Designation

@endif
@if($all) @foreach($all as $row) @endforeach @endif
# Designation Name Status Action
{{ $i++ }} {{ $row->name }} status == 1) {{ 'checked' }} @endif data-id="{{ $row->id }}"> @if(\Auth::user()->utype==1) @endif
@stop @section('style') @stop @section('script') @stop @if(Session::has('msg'))
×   {{Session::get('msg')}}
@endif