@extends('layouts.admin.e-commerce.app') @section('title', 'Size List') @push('css') @endpush @section('content')

Size List

Size List

@foreach ($sizes as $key => $data) @endforeach
SL Name Description Status Action
{{$key + 1}} {{$data->name}} {{$data->description}} @if ($data->status) Active @else Disable @endif
@csrf @method('DELETE')
SL Name Description Status Action
@endsection @push('js') @endpush