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

@endif
{{ csrf_field() }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('confirm_password') }}
Cancel
@stop @section('script') @stop