@extends('layouts.app') @section('title', __('app.edit_permission')) @section('content')
{{ __('app.general') }}
{{-- CSRF Protection --}} @csrf @method('PUT')
@endsection @section('js') @endsection