@extends('layouts.app') @section('title','Style Type') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('style-type-create', $authRolePermissions)) @endif
@include('style-types.table')
@endsection @section('js') @endsection