@extends('front.layout') @section('title') {{__('Merchant Register')}} @endsection @section('content')
@endsection @section('scripts') @include('front.pages.auth.auth_merchant_script') @endsection