Update (all): fix php formatting using laravel pint, fix blade using shufo
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
@extends('layouts.admin.app')
|
||||
|
||||
@section('custom_styles')
|
||||
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="page-body">
|
||||
<div class="container-xl">
|
||||
|
||||
|
||||
<div class="alert alert-success">
|
||||
<div class="alert-title">
|
||||
{{ __('Welcome') }} {{ auth()->user()->name ?? null }}
|
||||
@@ -19,4 +18,4 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user