@extends('web.layouts.layout') @section('container_content')
@include('web.layouts.partial')

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

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