@extends('layouts.admin') @section('content')
@include('includes.admin.accountSidebar')
Account Info
{!!Form::open(array('url' => 'profile/update','method'=>'POST','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' : ''}} >
gender == 'female' ? 'checked' : ''}}>

GST Invoice
{!!Form::close();!!}
{!!Form::open(array('url' => 'password/update','method'=>'POST','class'=>'','id'=>'updatepassword','files' => true));!!}

Change password
{!!Form::close();!!}
@endsection