@extends('layouts.backend') @section('extra_css') @endsection @section('extra_js') @endsection @section('content') Create Advertisements @if (count($errors) > 0) @foreach ($errors->all() as $error) × {{ $error }} @endforeach @endif @if (Session::get('message')) × {{ Session::get('message') }} @endif {{ csrf_field() }} Order Name Advertise Content Create @endsection @section('extra_js') @endsection