@extends('layouts.app') @section('content') @push('styles') @endpush

It will not take much time

@csrf

Step 1

Step 1

@if(Auth::user()->hasRole('admin'))
{{-- --}}
@endif

Step 2

Step 2

@include('backend.business-profile.dynamicAddress',$businessEditData['businessAddress'])

Step 3

Step 3

@include('backend.business-profile.dynamicPhone')

Step 4

Step 4

@include('backend.business-profile.dynamicEmail')

Step 5

Step 5

Step 6

Step 6

{{-- --}}
@push('scripts') @if(auth()->user()->hasPermissionTo('can_manage_business_profile')) @else @endif @endpush @if (Session::has('message')) @endif @endsection