@extends('layouts.app') @section('title', 'Create News') @section('breadcrumb', 'News') @section('sub-breadcrumb') {{-- --}} Create News @endsection @section('news', 'kt-menu__item--open kt-menu__item--here') @section('create-news', 'kt-menu__item--active') @section('content')

  Create News of {{Session::get('brands_pick')['name']}}

@include('layouts.notification')
@csrf
@endsection @section('custom-script') @endsection