@extends('admin.admin_master') @section('content-header', $page_header) @section('content')
{{ csrf_field() }} @foreach ($list as $item)
Warning: Undefined variable $item in /home/nepalmicro/public_html/modules/Gallery/Views/index.blade.php on line 47

Warning: Attempt to read property "sort_order" on null in /home/nepalmicro/public_html/modules/Gallery/Views/index.blade.php on line 47
@endforeach
Title Image Created Updated Language Status Action
{{ $item->title }} {{ $item->created_at }} {{ $item->updated_at }} @if ($item->lang == 'en') {{"English"}} @elseif($item->lang == 'np') {{"Nepali"}} @endif @if ($item->status == '1') {!! ACTIVE_STATUS !!} @else {!! INACTIVE_STATUS !!} @endif {!! EDIT_ICON !!} | {!! DELETE_ICON !!}
@push('script') @endpush @endsection