@extends('admin.layouts.master') @section('title') Memos @endsection @section('css') @endsection @section('content') @if (Route::currentRouteName() == 'admin.memo.origino.rm') @else @endif @endsection @section('js') @endsection