@php
use Carbon\Carbon;
$title = __('permission.add');
@endphp
@extends('layouts.app')
@section('title', $title)
@section('content')
@include('shared.button', ['type' => 'back', 'url' => route('permissions.index')])
@include('shared.title', [$title])
@include('shared.fake-div')
@endsection