@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{!! !empty($data['register']['name']) ? $data['register']['name'] : '' !!}
@csrf
@endsection @section('script') @endsection