@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')
@foreach ($data as $row) @endforeach
# {{trans($namespaceName.'/'.$modelName.'.'.'photo')}} {{trans($namespaceName.'/'.$modelName.'.'.'name')}} {{trans($namespaceName.'/'.$modelName.'.'.'mobile')}} {{trans($namespaceName.'/'.$modelName.'.'.'active')}} {{trans($namespaceName.'/'.$modelName.'.'.'action')}}
{{$loop->iteration}} @if ($row->photo) {{$row->name}} @endif {{$row->name}} {{$row->mobile}} {!! $row->status?'':''!!} {{-- --}}
@endsection @push('js') @endpush