@extends('adtrpanel.layouts.master') @if(isset($referances)) @section('title','Referans Düzenleme Formu') @else @section('title','Yeni Referans Ekle') @endif @section('content') @include('adtrpanel.partials.header')
@include('adtrpanel.partials.errors') @include('adtrpanel.partials.alert')
{{ csrf_field() }}

100 / 100
@endsection @section('css') @endsection @section('js') @endsection