@extends('Backend.dashboard') @section('title') Commercials Case @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
Add Commercial Page
@foreach($pages as $page) @endforeach
Commercial Case Title Actions
{{ $page->title }} Edit Delete title)]) }}">View
@endsection