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

@endif
{{ csrf_field() }}
{{ $errors->first('name') }}
Cancel
@stop @section('script') @if(Session::has('msg'))
×   {{Session::get('msg')}}
@endif @stop