@extends('admin.template.master') @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} {!! Html::style('assets/admin/plugins/treeview/treeview.css') !!} @endsection @section('title') Payment Method Contents update Home Payment Method Contents Update @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif @csrf Category {{-- --}} Select Category @foreach ($categories as $category) payment_method_category_id == $category->id ? 'selected' : ''}}>{{$category->name}} @endforeach Name Mobile (If Any) Emi Text (If Any) Content (If Any) {{$content->content}} Logo @if($content->logo) @endif Status Select Status status == 'active' ? 'selected' : ''}}>Active status == 'inactive' ? 'selected' : ''}}>Inactive Submit @endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} {{-- {!! Html::script('assets/admin/bower_components/ckeditor/ckeditor.js') !!} --}} {!! Html::script('assets/admin/ckeditor/ckeditor.js') !!} @endsection