관리-도구
편집 파일: index.blade.php
@extends('layouts.admin.app') @section('title', translate('Vat/Tax')) @push('css_or_js') <style> /*css Code*/ </style> @endpush @section('content') {{-- html code--}} @endsection @push('script') <script> // js Code </script> @endpush