@extends('admin.layouts.admin') @section('style') @endsection @section('content')

Apply for CRM Employee

@if(session('alert-green'))
{{ session('alert-green') }}
@endif @if(session('alert-danger'))
{{ session('alert-danger') }}
@endif @if($errors->any())
@foreach ($errors->all() as $error)
* {{$error}}
@endforeach
@endif
@csrf
@endsection @section('script') @endsection