@extends('layouts.app') @section('title', 'Add User') {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content') @endsection {{-- custom js --}} @push('js') @endpush