@extends('layouts.admin') @section('title') Admin | Webview @endsection @section('content')

Webview/Page

Webview
{{ csrf_field() }}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Cancel
@endsection @section('scripts') @endsection