@extends('back.layouts.main') @section('title' , __('back.shops')) @section('content')
{{__('back.create')}} @if(!isset($deleted)) Deleted @else shops @endif
@include('back.shops._filter') @if($data->isNotEmpty()) @foreach($data as $row) @endforeach @else @endif
# {{__('back.name')}} {{__('back.type')}} {{__('back.mobile')}} {{__('back.branch')}} {{__('back.picture')}} SCRIBS
{{$row->id}} {{$row->name}} {{$row->type}} {{$row->mobile}} {{@$row->branch->name}} @if($row->image!='') image)}} style='width:100px'> @endif {{($row->scribs_id=='')?'no':'yes - id: '.$row->scribs_id}} @if(!isset($deleted))
id) }}" onsubmit="return confirm('Do you really want delete this?');"> @method('DELETE') @csrf
@else @endif
No Data Available
@stop @push('footer') @endpush @section('breadcrumbs') @stop @section('create-btn') {{__('back.create')}} @stop