@extends('layouts.app') @section('title', 'Edit Industry Page') @section('content')

Edit Industry Page {{ $page->name }}

{!! Form::open(['route' => ['frontpage-industry-pages.update', $page->id], 'method' => 'put', 'files' => true]) !!}

Page Information



@if($page->hero_image)
@endif
@if($page->screenshot_image)
@endif
@include('frontpage_industry_pages.partials.repeaters')

SEO

Back
{!! Form::close() !!}
@endsection