@extends('layouts.admin.master') @section('style') @endsection @section('content')
{{ $layout->label->traveller_information->title }}
@if(Session::has('updated'))
{!! Helper::alert('success', Session::get('updated'), 'block font-15') !!}
@endif
@if($user_meta->photo->value !=='') NA @else NA @endif
Browse
{{ method_field('put') }} {{ csrf_field() }}
@endsection @section('script') @endsection