@extends('admin.layout') @section('main')

{{ $title_description??'' }}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if (!empty($language['code']) && in_array($language['code'], ['vi','en'])) @else @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif
@if ($errors->has('sort')) {{ $errors->first('sort') }} @endif
@endsection @push('styles') {{-- switch --}} @endpush @push('scripts') {{-- switch --}} @endpush