@extends('layout') @section('h4-page', __('edit') . ' ' . __('services')) @section('contents')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
  • @foreach ($config_lang ?? [] as $key => $item)
  • @endforeach
Back
@endsection @section('scripts') @endsection