@extends('layouts.admin.e-commerce.app') @section('title', 'Size List') @push('css') @endpush @section('content') Size List Home Size List Size List Add Size SL Name Description Status Action @foreach ($sizes as $key => $data) {{$key + 1}} {{$data->name}} {{$data->description}} @if ($data->status) Active @else Disable @endif @csrf @method('DELETE') @endforeach SL Name Description Status Action @endsection @push('js') @endpush