@extends('dashboard.layout.main') @section('breadcrumbs')

@lang('sidebar.shops')

@endsection @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@csrf @method('put')
@lang('global.manager_information')
@lang('global.shop_information')
user_image
الغاء
@endsection @push('style') @endpush @push('scripts') @endpush