@extends('web.layouts.layout') @section('css') @endsection @section('container_content')

{{__('merchants.create_new_account')}}

@include('web.layouts.partial')
@csrf()
{{__('merchants.category')}}
@foreach($categories as $key=> $row)
@endforeach
@endsection @section('inner_js') @endsection