@extends('layouts.master') @section('title',__('Create a new part')) @section('breadcum') @endsection @section('maincontent')
@csrf
{{ __('Create a new party:') }}
profilephoto @error('photo') {{ $message }} @enderror
@error('name') {{ $message }} @enderror


@endsection