@extends('admin.layout') @section('title') Edit Salarié @endsection @section('content')

Mettre a jour Salarié

@csrf


@if($current_employee->image) @if( file_exists(public_path('media/' . $current_employee->image)) ) Photo @else No Image @endif @else No Images @endif
@endsection @section('script') @endsection