@extends('admin::layouts.master') @section('title','E-SHOP || Brand Page') @section('content')
@lang('partials.list')
@lang('partials.create')
@if(count($attributes)>0) @foreach($attributes as $attribute) @endforeach
@lang('partials.s_n') @lang('partials.name') @lang('partials.code') @lang('messages.type') @lang('partials.action')
@lang('partials.s_n') @lang('partials.name') @lang('partials.code') @lang('messages.type') @lang('partials.action')
{{$attribute->id}} {{$attribute->name}} {{$attribute->code}} {{$attribute->type}}
@csrf @method('delete')
@else
@lang('partials.no_records_found')
@endif
@endsection