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

{{ $head ?? '' }}

@if($member ?? '' && $member->id) @method('PUT') @endif @csrf
email ?? null)}}/>
{{-- @if(($member ?? null) && $member->id && $member->role == 'provider')--}}
{{-- @endif--}}
{{-- --}}
contract_agreement ?? null ) ? 'checked' : '' }} value="1" class="custom-control-input" id="contract_agreement" name="contract_agreement">
@if($member->contract_agreement_date ?? null)
@endif
{{--Start image container--}}
photo ?? "")}}"/>
Choose
{{--End image container--}} {{--Start logo container--}}
logo ?? "")}}"/>
{{--End logo container--}} {{--Start image container--}}
commercial_file ?? "")}}"/>
@if($member->commercial_file ?? null)
{{__('members.download')}}
@endif
Choose
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} {{-- --}} {{-- --}} @endsection