@extends('merchant.layout')
@section('title',__('Create merchant'))
@section('css')
@endsection
@section('breadcrump')
{{ __('Create merchant') }}
- {{__('Home')}}
- {{__('Merchants')}}
- {{__('Create merchant')}}
@endsection
@section('content')
@endsection
@section('scripts')
@include('merchant.pages.merchants.scripts')
@endsection