@extends('layouts.user') @section('content') Address {{ $gnl->address }} Email {{ $gnl->email }} Phone {{ $gnl->phone }} @endsection @section('scripts') @endsection
{{ $gnl->address }}
{{ $gnl->email }}
{{ $gnl->phone }}