@extends('layouts.admin-layout') @section('title', 'All Size ') @section('content')

Size Section

@foreach($sizes as $size) @endforeach
S.N. Size Name Action
{{ $loop->iteration }} {{ $size->size_name }}
@endsection @section('script') @endsection