@extends('layouts.app') @push('style') @endpush @section('head') @include('layouts.partials.headersection',['title'=>'Product Varient']) @endsection @section('content')
@csrf @php $i=1; @endphp @foreach($variations as $key => $value) @php $i++; @endphp @endforeach
{{ __('Attribute') }} {{ __('Values') }} {{ __('Trash') }}
@foreach($posts as $post) @endforeach
@endsection @push('js') @endpush