@extends('layouts.master') @section('title',__('Show candidate')) @section('breadcum') @endsection @section('maincontent')
@if($image = @file_get_contents('../public/media/users/'.$candidate->photo)) profilephoto @else profilephoto @endif @error('photo') {{ $message }} @enderror
@endsection