@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('id',324)->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('id',325)->first()->custom_text }}

{{ $websiteLang->where('id',328)->first()->custom_text }}
@foreach ($staffs as $index => $staff) @endforeach
{{ $websiteLang->where('id',131)->first()->custom_text }} {{ $websiteLang->where('id',37)->first()->custom_text }} {{ $websiteLang->where('id',38)->first()->custom_text }} {{ $websiteLang->where('id',121)->first()->custom_text }} {{ $websiteLang->where('id',326)->first()->custom_text }} {{ $websiteLang->where('id',135)->first()->custom_text }} {{ $websiteLang->where('id',136)->first()->custom_text }}
{{ ++$index }} {{ $staff->name }} {{ $staff->email }} @php $author=$admins->where('id',$staff->author_id)->first(); @endphp {{ $author->name }} @if ($staff->status==1) @else @endif
@foreach ($staffs as $staff) @endforeach @endsection