@extends('layouts.app') @section('content')
{{ __('Shops Page') }}
Add New Shop Status
Add New Shop Status
@csrf
Shop Status Name
Edit Shop Status
@csrf
Shop Status Name
@php $sr_no = 1; @endphp @foreach($shop_statuses as $shop_status) @endforeach
#
Shop Status Name
Actions
{{ $sr_no++ }}
{{$shop_status->shop_status_name}}
@endsection