@extends('layouts.master') @section('title',__('Edit new party')) @section('breadcum') @endsection @section('maincontent')
@csrf @method('PUT')
@if($image = @file_get_contents('../public/media/users/'.strip_tags($parties->photo))) profilephoto @else profilephoto @endif @error('photo') {{ $message }} @enderror
@error('name') {{ $message }} @enderror


@endsection