@extends('admin.layouts.main') @section('title', 'Tambah Page') @section('menu', 'Page') @push('css') @endpush @section('content')
@csrf

Tambah Page

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
@endsection @push('js') @endpush