@extends($theme.'.layouts.admin') @section('content')
Account Info
{!!Form::open(array('class'=>'','id'=>'update_profile','files' => true));!!}
@if($customer_detail->profile_image !="")  Avatar @endif
@php $readonly = ''; if(!empty($customer_detail->email)) { $readonly = 'readonly'; }@endphp
gender == 'Male' ? 'checked' : ''}}> Male
gender == 'Female' ? 'checked' : ''}}> Female
{!!Form::close();!!}
@endsection