@extends('layouts.admin') @section('content')

ASECAM

Ajouter un établissement

{{ csrf_field() }}
@if ($errors->has('nom')) {{ $errors->first('nom') }} @endif
@if ($errors->has('adresse')) {{ $errors->first('adresse') }} @endif
@if ($errors->has('site')) {{ $errors->first('site') }} @endif
@if ($errors->has('tel')) {{ $errors->first('tel') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
@endsection