@extends('layouts.master') @section('title',__('Edit Google Advertise')) @section('breadcum') @endsection @section('maincontent')
@if ($errors->any()) @endif
{{__('Edit Google Advertise')}}

{{ csrf_field() }}
{{ $errors->first('google_ad_client') }}
{{ $errors->first('google_ad_slot') }}
{{ $errors->first('google_ad_width') }}
{{ $errors->first('google_ad_height') }}
{{ $errors->first('google_ad_starttime') }}
{{ $errors->first('google_ad_endtime') }}
@endsection @section('script') @endsection