@extends('web.layouts.layout') @section('container_content') @include('web.layouts.partial') {{__('merchants.profile_information')}} @csrf() {{__('merchants.merchant_name')}} {{__('merchants.email')}} {{__('merchants.merchant_details')}} {{old('about_me', $merchant->about_me)}} {{__('merchants.waiting_time')}} {{__('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.optional')}} {{__('merchants.update')}} {{__('merchants.choose_your_location')}} × @include('web.layouts.side_menu') @endsection @section('inner_js') @endsection