@extends('app.layouts.main')
@section('header')
@stop
@section('content')
@include('app.partials.breadcrumb')
@include('app.partials.tabs')
@include('app.partials.messages')
{!! Element::mainbloc('open', __('app.raz'), 'fas fa-table') !!}
{{ __('app.raz_to_zero') }}
{!! Element::mainbloc('close') !!}
@stop
@section('footer')
@stop