@extends('layouts.backend-layout') @section('content')
Add Role

@csrf
@error('name')
{{ $message }}
@enderror

@if(Auth::user()->shop_id == 10 || Auth::user()->shop_id == 11 || Auth::user()->shop_id == 12 || Auth::user()->shop_id == 14)
@endif
@if(Auth::user()->shop_id == 10 || Auth::user()->shop_id == 11 || Auth::user()->shop_id == 12 || Auth::user()->shop_id == 14) @else
@endif
@endsection