芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/oldsite/resources/views/admin/show_agent.blade.php
@extends('admin.master_layout') @section('title')
{{__('admin.Agent Details')}}
@endsection @section('admin-content')
{{__('admin.Agent Details')}}
{{__('admin.Our Agent')}}
{{__('admin.Image')}}
@if ($customer->image)
@endif
{{__('admin.Name')}}
{{ $customer->name }}
{{__('admin.Email')}}
{{ $customer->email }}
{{__('admin.Phone')}}
{{ $customer->phone }}
{{__('admin.Address')}}
{{ $customer->address }}
@if ($customer->facebook)
{{__('admin.Facebook')}}
{{ $customer->facebook }}
@endif @if ($customer->twitter)
{{__('admin.Twitter')}}
{{ $customer->twitter }}
@endif @if ($customer->linkedin)
{{__('admin.Linkedin')}}
{{ $customer->linkedin }}
@endif @if ($customer->whatsapp)
{{__('admin.Whatsapp')}}
{{ $customer->whatsapp }}
@endif @if ($customer->website)
{{__('admin.Website')}}
{{ $customer->website }}
@endif
{{__('admin.Status')}}
@if($customer->status == 1)
@else
@endif
@endsection