@extends('layouts.template') @section('template')

Add New Executive

{{ csrf_field() }}
@if($errors->has('name')) {{ $errors->first('name')}} @endif
@if($errors->has('designation')) {{ $errors->first('designation')}} @endif
@if($errors->has('email')) {{ $errors->first('email')}} @endif
@if($errors->has('phone')) {{ $errors->first('phone')}} @endif
@if($errors->has('address')) {{ $errors->first('address')}} @endif
@if($errors->has('nid')) {{ $errors->first('nid')}} @endif
@if($errors->has('designation')) {{ $errors->first('designation')}} @endif
@if($errors->has('salary')) {{ $errors->first('salary')}} @endif
@endsection