@extends('layouts.backend.app') @section("content")
@if(Session::has('success'))

{{Session::get('success')}}

@endif @if(Session::has('error'))

{{Session::get('error')}}

@endif
{{csrf_field()}}
@if ($errors->has('autotaux')) {{ $errors->first('autotaux') }} @endif
@if ($errors->has('fga')) {{ $errors->first('fga') }} @endif
@if ($errors->has('cedeao')) {{ $errors->first('cedeao') }} @endif
@if ($errors->has('default_redcom')) {{ $errors->first('default_redcom') }} @endif
@endsection @section('header-script') @endsection @section('footer-script') @endsection @section('custom-script') @endsection