@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')

{{trans($namespaceName.'/'.$modelName.'.'.'title')}}

@foreach ($data as $row) @endforeach
{{trans($namespaceName.'/'.$modelName.'.'.'title')}} {{trans($namespaceName.'/'.$modelName.'.'.'notes')}} {{trans($namespaceName.'/'.$modelName.'.'.'active')}} {{trans($namespaceName.'/'.$modelName.'.'.'photo')}} {{trans($namespaceName.'/'.$modelName.'.'.'Action')}}
{{$loop->iteration}} {{$row->title}} {{$row->notes}} {!! $row->status==1?'':''!!} @if ($row->image) {{$row->title}} @endif
@endsection