@extends('layout.layout')
@section('section_title') {{ $section_title }} @endsection
@section('css')
@endsection
@section('breadcrumb')
- Home
- Observações
- {{ $section_title }}
@endsection
@section('content')
{{ Session::get('message') }}
@if(isset($observacao))
@endsection
@section('modals')
@endsection
@section('javascript')
@endsection