@extends('admin.layouts.master') @section('css') @endsection @section('content')

{{ $title }} @if (isset($user)) ({{ $user->nf }}) @endif

@csrf
@endsection @section('js-page') @endsection