@extends('layouts.admin.admin') @section('content')

Edit New Page

@if ($message = Session::get('success'))

{{ $message }}

@endif @if ($errors->any())
Whoops! There were some problems with your input.

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

New Page

@csrf @method('PUT')
user
user
user
Service Section
user
user
user
user
Events Section
user
Feature Section

Meta Data

Cancel
@endsection