@extends('admin.layout.master') @section('content')

Edit Offer Email Type

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Edit Offer Email Type

@csrf
@endsection