@extends('layouts.master') @section('title',"Mail Hesapları") @section('content') @section('head')
@endsection
Mail Hesapları |
Yeni Kayıt
Anasayfa
Mail Hesapları
@if(session()->has('mesaj_tur'))
{{ session('mesaj') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@foreach($emailler as $email) @endforeach
#
Email Hesabı
Password
Durum
İşlem
{{ $email->id }}
{{ $email->email }}
************
{{ $email->aktif_mi==1 ? 'Aktif' : 'Pasif' }}
#
Email Hesabı
Password
Durum
İşlem
@endsection @section('footer') @endsection