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

{{ $head ?? '' }}

@if($member ?? '' && $member->id) @method('PUT') @endif @csrf
email ?? null) ? "readonly" : "" }}/>
{{-- Start instructor--}}
social ?? []) ? $member->social['linkedin'] : "") }}'/>
social ?? []) ? $member->social['instagram'] : "") }}'/>
social ?? []) ? $member->social['twitter'] : "") }}'/>
social ?? []) ? $member->social['facebook'] : "") }}'/>
@foreach(languages() as $language)
@endforeach
{{-- End instructor--}}
{{--Start image container--}}
photo ?? "")}}"/>
Choose
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection