@extends('layouts.master') @section('title') {{ __($page_title) }} @endsection @section('page-title') {{ __($page_title) }} @endsection @section('body') @endsection @section('content')

{{ __($page_title) }}

@csrf @method('PUT')
@error('iso') {{ $message }} @enderror
@foreach ($languages as $lang)
@endforeach
@endsection @section('scripts') @endsection