@extends('layout') @section('h4-page', __('Provider')) @section('contents')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ __('back') }}
@endsection @section('scripts') @endsection