@extends('backend.layouts.master') @section('content') Adress İl Listesi Adress İl Listesi Plaka İl Adı İlçeler @foreach($citys as $citys) {{ $citys->plaka }} {{ $citys->il_adi }} İlçeler Düzenle Sil @endforeach @if(isset($edit)) ( {{ $edit->il_adi }} ) İL GÜNCELLE {!! Form::model($edit, array('route' => ['address.il.update', $edit->id], 'class' => 'form-horizontal push-10')) !!} {!! Form::text('plaka', null, array('class' => 'form-control')) !!} Plaka {!! Form::text('il_adi', null, array('class' => 'form-control')) !!} İl KAYDET {!! Form::close() !!} @endif YENİ EKLE {!! Form::model(null, array('route' => 'address.il.store', 'class' => 'form-horizontal push-10')) !!} {!! Form::text('plaka', null, array('class' => 'form-control')) !!} Plaka {!! Form::text('il_adi', null, array('class' => 'form-control')) !!} İl KAYDET {!! Form::close() !!} @endsection @section('footertop') @if(!session()->has('tuvasistem'))