@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('country_id') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@foreach ($languages as $lang)
@error('name.' . $lang->code) {{ $message }} @enderror
@endforeach
@endsection @section('scripts') @endsection