@extends('layouts.contentLayoutMaster')
{{-- page title --}}
@section('title','Working Day Edit Form')
{{-- vendor style --}}
@section('vendor-style')
@endsection
{{-- page content --}}
@section('content')
{{--
Merchant Working Time Edit for - {{ $merchantWorkingTime->merchant->name }} in {{ $merchantWorkingTime->merchantWorkingDay->day }}
--}}
@endsection
{{-- vendor script --}}
@section('vendor-script')
@endsection
{{-- page script --}}
@section('page-script')
@endsection