@extends('layouts.app') @section('htmlheader_title') @if($o->exists) Update @else Add @endif User @endsection @section('content')
@endsection @section('page-css') @css('select2') @append @section('page-scripts') @js('select2') @if($user->id === $o->id) @endif @append