@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('styles') @endsection @section('content')
@csrf @method('PUT')
@if($emails_pages->type == 'email')
@endif
@include('includes.modal') @endsection