@extends('layouts.master') @section('title') {{ $user->exists ? 'Edit User' : 'New User' }} @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Users @endslot @slot('title') {{ $user->exists ? 'Edit User' : 'New User' }} @endslot @endcomponent @if($errors->any())