@extends('admin.layouts.master') @section('content')

Add New Story

@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())

@endif

New Story

@csrf @if(isset($story['title'])) {{ method_field('PUT') }} @endif
@include('admin.components.mutisource-company-options', [ 'all_option' => false, 'source_company' => old('source_company', $story['source_company']) ])
@endsection @section('script') {{-- --}} @endsection