@extends('layouts.auth_app') @section('title') Register @endsection @section('css') @endsection @section('content') @php $style = 'style=background-image:url('.asset('assets/img/progress-hd.png').')'; $hospitalSettingValue = getSettingValue(); @endphp
@endsection @section('scripts') @endsection