@extends('layouts.backend') @section('extra_css') @endsection @section('extra_js') @endsection @section('content') Create Page {{ csrf_field() }} Title Add Photo Choose image) src="{{ $page->image }}" @endif> Content {{$page->content}} Update @endsection