@extends('layouts.app', ['activePage' => 'editInfos', 'titlePage' => 'Info']) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif

{{ __('pages.edit') }}

@csrf

@endsection @push('js') @endpush