@extends('frontend.layouts.app') @section('content')
@include('frontend.student.settings.header')
@include('frontend.student.settings.sidebar')
{{__('Profile')}}
@csrf
img

{{__('Select Your Picture')}}

{{ __('Accepted Image Files') }}: JPEG, JPG, PNG
{{ __('Accepted Size') }}: 300 x 300 (1MB)

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if ($errors->has('about_me')) {{ $errors->first('about_me') }} @endif
gender == 'Male' ? 'checked' : '' }}>
gender == 'Female' ? 'checked' : '' }} >
gender == 'Others' ? 'checked' : '' }} >
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('meta_title')) {{ $errors->first('meta_title') }} @endif
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if ($errors->has('meta_keywords')) {{ $errors->first('meta_keywords') }} @endif
@if($user->og_image != NULL && $user->og_image != '') @else @endif

{{__('OG Image')}}

@if ($errors->has('og_image')) {{ $errors->first('og_image') }} @endif

{{ __('Accepted Files') }}: PNG, JPG
{{ __('Recommend Size') }}: 1200 x 627

@endsection @push('style') @endpush @push('script') @endpush