@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ getTitleInPage() }} - Edit

@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
{{ getTitleInPage() }} - Edit
General Details
{{--
@if($itemList->image != '')@endif
--}}
Upload Details
img_choosen == 'gallary' ? 'checked' : '' }}> img_choosen == 'camera' ? 'checked' : '' }}>
@if($itemList->img_choosen == 'gallary') @if($itemList->image != '') @endif @endif
@if($itemList->img_choosen == 'camera') @if($itemList->image != '') {{-- --}} @endif @endif
Account Details
{{--
--}}
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection