@extends('body') @section('title') ADD RIGHTS @endsection @section('breadcrumbs')
  • Home
  • RIGHTS
  • @endsection @section('pageScripts') @endsection @section('content')

    ADD RIGHTS

    @if (session('success')) @endif
    @csrf
    RIGHTS DESCRIPTION
    @error('object')
    {{ $message }}
    @enderror
    @error('operation')
    {{ $message }}
    @enderror
    @endsection