@extends('layouts.adminlayouts.app')
@section('title')
Attributes - {{$appSetting->h1}} | {{$appSetting->slogan}}
@endsection
@push('css')
@endpush
@section('contents')
@include('admin.attributes.attribute.attributeCreate')
Attributes All
@include('admin.attributes.attribute.attibuteAll')
@endsection
@push('js')
@endpush