@extends('admin.layouts.container') @section('content')

{{ $head ?? ''}}

@if($winnew ?? '' && $winnew->id) @method('PUT') @endif @csrf
name ?? "") }}"/>
email ?? "") }}"/>
username ?? "") }}"/>
id_num ?? "") }}"/>
phone ?? "") }}"/>
secondphone ?? "") }}"/>
date ?? "") }}"/>
description ?? "") }}"/>
job ?? "") }}"/>
id) @if($winnew->area == 'all') style="display:none" @endif @endif id="areas">

{{__('countries.area')}}

@if($winnew ?? '' && $winnew->id) @foreach($areas as $key=>$row)
@endforeach @endif

{{__('web.points')}}

@foreach($points as $key=>$row)
id) @if(pointchecked($row->id,$winnew->id)) checked @endif @endif name="points[{{$key}}][point_id]" value="{{$row->id}}" >
@if($winnew ?? '' && $winnew->id)
@if(pointfile($row->id,$winnew->id)) @if($winnew ?? '' && $winnew->id) @endif @endif
@else
@endif
@endforeach
@foreach($socials as $key=>$row)
id) @if(socialchecked($row->id,$winnew->id)) checked @endif @endif data-id="{{$row->id}}" value="{{$row->id}}" class="custom-control-input" id="moreFiles{{$row->id}}">
id) @if(!socialchecked($row->id,$winnew->id)) style="display:none" @endif @else style="display:none" @endif id="social{{$row->id}}"> id) value="{{sociallink($row->id,$winnew->id)}}" @endif>
@endforeach
@if($winnew ?? '' && $winnew->id) @endif
@if($winnew ?? '' && $winnew->id) @endif
@if($winnew ?? '' && $winnew->id) @endif
@if($winnew ?? '' && $winnew->id) @endif
@if($winnew ?? '' && $winnew->id) @endif
@if($winnew ?? '' && $winnew->id) @endif
@endsection @section('inner_js') @endsection