@use(Illuminate\Support\Facades\Gate) @extends('layouts.app') @section('htmlheader_title') @if($o->exists) Update @else Add @endif User @endsection @section('content')
@endsection @section('page-css') @append @section('page-scripts') @if($user->id === $o->id) @endif @append