@extends($theme.'layouts.app') @section('title','REGISTER') @section('content')
@if(isset($templates['register'][0]) && $content = $templates['register'][0])
@endif

@lang('REGISTER')

@csrf
@endsection @push('script') @endpush