@extends('layouts.app') @section('title') {{ __('Thêm Permission') }} @endsection @section('cashout') active @endsection @section('section.header') {{ __('Thêm Permission') }} @endsection @section('section.content') @if (Session::has('success')) {{ Session::get('success') }} @endif @if (Session::has('error')) {{ Session::get('error') }} @endif {{ __('Thêm Permission') }} @csrf {{ __('Tên Permission') }} @error('name') {{ $message }} @enderror {{ __('Tên hiển thị Permission') }} {{ __('Tên nhóm hiển thị Permission') }} {{ __('submit') }} @endsection