@extends('layouts.master-without-nav') @section('title') {{ __("501 Not Implemented") }} @endsection @section('body') @endsection @section('content')

51

{{ __("Not Implemented") }}

@endsection