@extends('web.layouts.main') @section('content') @include('web.pages.components.headerNav') @CSRF {{__('web.reason_stop')}} @foreach($reasons as $row) {{$row->descriptions()->name}} @endforeach {{__('web.other')}} {{__('web.other')}} {{__('web.start_date')}} {{__('web.end_date')}} {{__('web.next')}} @push('js') @endpush @stop