芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/oldsite/resources/views/admin/agent.blade.php
@extends('admin.master_layout') @section('title')
{{__('admin.Our Agent')}}
@endsection @section('admin-content')
{{__('admin.Our Agent')}}
{{__('admin.Dashboard')}}
{{__('admin.Our Agent')}}
{{__('admin.Send email to all agent')}}
{{__('admin.SN')}}
{{__('admin.Name')}}
{{__('admin.Email')}}
{{__('admin.Phone')}}
{{__('admin.Status')}}
{{__('admin.Action')}}
@foreach ($customers as $index => $customer)
{{ ++$index }}
{{ $customer->name }}
{{ $customer->email }}
{{ $customer->phone }}
@if($customer->status == 1)
@else
@endif
@endforeach
@foreach ($customers as $index => $customer)
{{__('admin.Send To')}} : {{ $customer->email }}
×
@csrf
{{__('admin.Subject')}}
{{__('admin.Message')}}
</textarea>
@endforeach
{{__('admin.You can not delete this customer. Because there are one or more order and shop account has been created in this customer.')}}
@endsection