@extends('web.layouts.layout') @section('css') @endsection @section('container_content') {{__('merchants.create_new_account')}} @include('web.layouts.partial') @csrf() {{__('merchants.merchant_name')}} {{__('merchants.email')}} {{__('merchants.merchant_details')}} {{old('about_me', '')}} {{__('merchants.category')}} @foreach($categories as $key=> $row) {{ $row->name }} @endforeach {{__('merchants.choose_your_location')}} {{__('merchants.your_location')}} {{__('merchants.phone')}} {{__('merchants.password')}} {{__('merchants.confirm_password')}} {{__('merchants.licence')}} {{__('merchants.register')}} {{__('merchants.choose_your_location')}} × @endsection @section('inner_js') @endsection