@extends('layouts.admin') @section('title') {{ __('Manage Languages') }} @endsection @section('action-button') @if ($currantLang != (\Auth::user()->lang ?? 'en')) {!! Form::open([ 'method' => 'DELETE', 'route' => ['lang.destroy', $currantLang], 'id' => 'delete-form-' . $currantLang, ]) !!} {!! Form::close() !!} @endif @endsection @section('content')