@extends('admin._layoutNew') @section('page-head') @endsection @section('page-content')
@forelse($data as $item)
@empty @endforelse
@endsection @section('scripts') @endsection