@section('additionals_js_files') @show @include('components.loader_action') @include('components.mdalert')
@if(Session::has('message'))
{{ Session::get('message') }} @if ($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endif @section('content') @show