@extends('layouts.admin.master') @section('style') @endsection @section('content') @php $uid=$owner->id; $owner_meta=Helper::metas('user_meta',['user_id' => $uid] ); if(isset($owner_meta->photo->value) && $owner_meta->photo->value!=''){ $photo=Storage::url($uid .'/'.$owner_meta->photo->value); } else{ $photo='http://www.bsmc.net.au/wp-content/uploads/No-image-available.jpg'; } @endphp
{{ $layout->label->owner_registration->title }}
@if(Session::has('updated'))
{!! Helper::alert('success', Session::get('updated'), 'block font-15') !!}
@endif
@if(Session::has('info'))
{!! Helper::alert('danger', Session::get('info'), 'block font-15') !!}
@endif
{{$layout->label->profile_photo->title}}

{{$layout->label->browse->title}}
{{ method_field('put') }} {{ csrf_field() }}
@endsection @section('script') @endsection