@extends('layouts.auth_customer') @section('title','Sign up') @section('extra-style') @endsection @section('content')
@csrf
@if(request()->get('plan')) @endif
{!! trans('auth.terms_condition',['terms'=>'Terms and Condition']) !!}
@endsection @section('extra-script') @endsection