@extends('layouts.app') @section('content') @php $canCreateLanguage = auth()->check() && auth()->user()->hasPermission('languages', 'create'); @endphp

@if($canCreateLanguage)
@csrf
@endif
# ID Name Code Status Actions
@endsection