@extends('layouts.default') @section('content')

Employee @if(request()->id) Edit @else Add @endif

@if (Session::get('success'))
{{ Session::get('success') }}
@endif @foreach ($errors->all() as $errorr) @endforeach
{{ csrf_field() }}
@if(!empty($user)) @endif