@extends('layouts.app') @section('title', isset($rmb) ? 'Edit RMB' : 'Add RMB') @section('content')

{{ isset($rmb) ? 'Edit RMB' : 'Add RMB' }}

@csrf




Cancel
@stop @section('footer') @stop