@extends('admin.layouts.masterlayout') @section('title', 'Add Shop') @section('head_title', 'Shop Management') @section('Css') @endsection @section('content')

Add New Shop

Shop Management / Add New Shop

@if ($errors->any())
@endif
@csrf

Shop Details

Other Details

@foreach($week_days as $day)
00:00 00:00 Unavailable
@endforeach

Upload Photos

Upload Proof

Cancel
@include('admin.shop.availability_day') @endsection @section('script') @endsection