@extends('layout.index') @section('title','Upload Employee Image') @section('content')
@if ($message = Session::get('success'))
@endif
{{csrf_field()}}
@if(isset($Emp_image->image_url)) image_url)}} id="account-upload-img" style="border-radius:15px; object-fit:cover;" class="mr-50" alt="profile image" height="150" width="150" /> @else Profile Picture @endif
{{-- --}}

Allowed JPEG, JPG or PNG. Max file size of 2 MB

@error('image'){{ $message }}@enderror

@endsection