@extends('admin.layout.master') @section('content')
@csrf
Product
@forelse ($data['Products'] as $key => $permission)
@empty
@endforelse
@endsection