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

TIENDA

@yield('content')
@if(session('flash_message'))
Enhorabuena!, {{ session('flash_message') }}
@endif

@if(!isset($customer)) Agregar tienda @elseif(strstr(Request::url(), "view")) Ver tienda @else Editar tienda @endif

@if(isset($store))
@else @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Volver atras
@endsection