@extends('layouts.app') @section('content')

@if($shop->shop_id == '')

Add New Shop

@else

Update Shop

@endif
@csrf
@endsection