@extends('admin.admin_master') @section('content-header', $page_header) @section('content')
@if (Session::has('success_message'))
{{ Session::get('success_message') }}
@endif
{{ csrf_field() }} @foreach ($list as $item)
Warning: Undefined variable $item in /home/nepalmicro/public_html/modules/Gallery1/Views/index.blade.php on line 52

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