@extends('admin.layout.main') @section('title',$header['title']) @section('content')
@csrf @method('post')
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@error('customer_email') {{ $message }} @enderror
@error('customer_email_excel') {{ $message }} @enderror
Cancel
@endsection @section('js') @append