@extends('backend.layout')
@section('titre')
Magasins
@endsection
@section('page')
/magasins
@endsection
@section('content')
@php $modele='magasins' @endphp
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{$error}}
@endforeach
@endif
@if(!empty($magasin->lat) && !empty($magasin->long))
@else
@endif
@endsection