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