@extends('errors.layout') @section('head_section'){{ trans('errors.post_max_size.head.title') }}@endsection @section('content')

{{ trans('errors.post_max_size.title') }}

{{ trans('errors.post_max_size.content',['post_max_size' => ini_get('post_max_size')]) }}
@endsection