@extends('layouts.back-end.app-seller') @section('title', \App\CPU\translate('Shop view')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('my_shop')}} {{\App\CPU\translate('Info')}}

@if($shop->image=='def.png')
@else
@endif

{{\App\CPU\translate('Name')}} :

{{$shop->name}}

{{\App\CPU\translate('Phone')}} :
{{$shop->contact}}
{{\App\CPU\translate('address')}} :
{{$shop->address}}
@endsection @push('script') @endpush