@extends('backend.admin.master') @section('content')
Add Partner
Back
@csrf @if ($errors->any())
    @php $errorList = $errors->all(); @endphp @for ($i = 0; $i < count($errorList); $i++)
  • {{ $errorList[$i] }}
  • @endfor
@endif
@endsection