app.blade.php 301 B

1234567891011
  1. @extends('layouts.core.app')
  2. @section('title')
  3. Database
  4. @endsection
  5. @section('pageIcon') fa fa-archive @endsection
  6. @section('pageTitle') Backup Database @endsection
  7. @section('subPageTitle') Backup Database for the ISR QR Code Service Portal Application. @endsection
  8. @section('content')
  9. @endsection