@extends('layouts.app') @push('styles') @endpush @section('title') @lang('translate.attribute') @endsection @section('page_header') @endsection @section('content') @include('attribute.create') @include('attribute.update')
@lang('translate.attribute_table')
@lang('translate.id') @lang('translate.name') @lang('translate.attribute_type') @lang('translate.attribute_value') @lang('translate.category') @lang('translate.status') @lang('translate.created_at') @lang('translate.created_by') @lang('translate.actions')
@endsection @push('scripts') @include('attribute.script') @endpush