@extends('layouts.sellerlayouts.app') @section('title') My Shop | Company Name @endsection @push('css') @endpush @section('contents') @include('alerts.alerts')
My Shop
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@csrf
@include('seller.shop.includes.shop_details')
@include('seller.shop.includes.business_details')
@include('seller.shop.includes.bank_account')
@include('seller.shop.includes.warehouse_address')
@endsection @push('js') @endpush