@extends('adtrpanel.layouts.master') @section('content') @include('adtrpanel.partials.header') @include('adtrpanel.partials.errors') @include('adtrpanel.partials.alert') {{ csrf_field() }} @if(count($errors)) Whoops! There were some problems with your input. @foreach($errors->all() as $error) {{ $error }} @endforeach @endif Gönderi Paylaşımı {{ trans('admin.general_infos') }} Gönderi Metni: * Resim Yükle: Sosyal Medya Hesabı Twitter Yayınlanacağı Tarih Gönderi Ekle @endsection @section('css') @endsection @section('js') @endsection