@extends('Admin.layouts.app') @section('content')

Add Employee

{{-- --}}
@if($errors->any()) @endif
{!! Form::open(['route' => 'employee.store','method'=>'POST','id'=>'form','enctype'=>'multipart/form-data']) !!} {{ csrf_field() }}
Name
User Name
Phone
Country
{!! Form::close() !!}
@endsection